SDKInitParams: {
    appkey: string;
    displayName?: string;
    hostURL: string;
    integrationId: string;
    sessionParameters?: MappedData;
    token: string;
}

Parameters to initialize the Chat SDK and create a session for this SDK instance on the server

Type declaration

  • appkey: string

    Application Key (appkey) which is required to access the API for your Account.

  • Optional displayName?: string

    The display name of the customer. This will be used only if customer's name is not provided in JWT

  • hostURL: string

    URL where the CCaaS is hosted.

  • integrationId: string

    Integration ID of the Web App.

  • Optional sessionParameters?: MappedData

    Optional key/value session parameters for capturing properties of the user and the user's client device.

  • token: string

    JWT Token.