Configuration
The simple steps for including the ĀLO Chat SDK into your application.
Get Your API Key
If you do not already have an API key please see Developer Account.
Install
Import
Initialize Chat Client
Props
Name | Type | Required | Description |
authToken | string | yes | The token generated by the ALO auth service. This is what allows the client access to the channels and messages specified when the |
userId | string | yes | The unique identifier of the user represented as the author of the messages sent by this client. The |
deviceId | string | no | The unique identifier of the device scoped to a |
Last updated