AudioChannel
The current channel object defines the audio channel that the user is currently participating in.
Constructor
Property
Required
Description
id
Yes
Unique alphanumeric channel identifier
options
No
ChannelOptions
Property
Default
Description
isFullDuplex
false
If true this is a full duplex channel. Otherwise it is a PTT channel.
languageCode
en-US
Example AudioChannel Instantiation
Properties
Property
Description
id
Channel Identifier
isFullDuplex
If true this is a full duplex channel. Otherwise it is a PTT channel.
languageCode
Methods
getParticipants()
getParticipants()
Once the user is connected to the channel, this methos returns the current list of participants in the channel.
Last updated