API Overview
Message Callbacks
Status Codes
Prerequisites
- Create an application in the
Admin Consoleto obtain anAppKeyandSecret.

- Call the server API to obtain tokens, or in the Admin Console select Application > Developer Tools > API > Users, then call the user-registration API to obtain two test tokens.

- Complete the integration by following the documentation.
Workflow

Example
JuggleIm.instance.init("{serverUrl}","{appkey}")
JuggleIm.instance.getConnectionManager().addConnectStatusListener((status,code)=>{
if(status === ConnStatus.Connected){
}
})
JuggleIm.instance.getConnectionManager().connect("{token}")