Skip to main content

init([appServerUrl], appBearerToken) ⇒ Promise.<void>

Initializes the ProconfManager with the specified domain. If no domain is provided, it uses the default call library domain.

Kind: global function
Returns: Promise.<void> - A promise that resolves when the initialization is complete.
Fulfil: void
Reject: ProConfError If the initialization fails.

ParamTypeDefaultDescription
[appServerUrl]stringnullThe app server url.
appBearerTokenstringThe application bearer token.