Configuration
The simple steps for including the ĀLO Chat SDK into your application.
Last updated
The simple steps for including the ĀLO Chat SDK into your application.
Last updated
If you do not already have an API key please see .
Name
Type
Required
Description
authToken
string
yes
userId
string
yes
The unique identifier of the user represented as the author of the messages sent by this client. The userId
must match the userId
that was specified when the authToken
was created.
deviceId
string
no
The unique identifier of the device scoped to a userId
. If left blank the SDK will use a random uuid instead.
The token generated by the ALO auth service. This is what allows the client access to the channels and messages specified when the authToken
was created. See .