...
Including this option tells the SDK to download a copy of each file in the Exhibit/Files tab of the Gumband UI and save them in this location. The SDK will automatically sync these files each time it starts and connects to Gumband, but the files can also be synced manually with the gb.content.sync()
function.
...
endpoint: string
Set to “app” by default. May be set to “custom” if app.gumband.com
is not the instance of Gumband to which you’re connecting your exhibit. If set to “custom”, the sdk can connect the “serverIP” “customServerIP” option or 0.0.0.0
if “serverIP“ “customServerIP“ is left undefined.
...
customServerIP: string
If the “endpoint” configuration option is set to “custom”, this option can be set in order to tell the SDK the IP address of the Gumband server to which it is connecting. Set to 0.0.0.0
by default.
...