Connect to a Channel
Last updated
Last updated
TODO ROSS: Describe what channels are
To connect to an audio service channel you call the method:
Property
Type
Description
channel
Defines which channel to connect to in the Audio Service
Event
Description
onJoinChannel
As the connection to the channel within Audio Service is established, events showing the following statuses will be may dispatched:
AloAudio.CHANNEL_STATUS_JOINING,
AloAudio.CHANNEL_STATUS_JOINED,
AloAudio.STATUS_FAILED.
onInvalidAuthenticationToken
When you receive this event it signifies that you need to generate a new authentication token and reconnect to the channel. See