Method JoinGroupChannelAsync
JoinGroupChannelAsync(string, ChatCapability, ChannelOptions)
Puts the user in a 2-D group channel using channelName as the unique identifier. This channel type is similar to a traditional non-positional voice call. If you are not logged into the Vivox service when this is called, you will be automatically logged in.
Declaration
Task JoinGroupChannelAsync(string channelName, ChatCapability chatCapability, ChannelOptions channelOptions = null)
Parameters
Type | Name | Description |
---|---|---|
string | channelName | A unique identifier for the channel. |
ChatCapability | chatCapability | Used to indicate what type of capabilities the user wants when joining a channel. |
ChannelOptions | channelOptions | General channel configuration options to be used when joining the channel. |
Returns
Type | Description |
---|---|
Task | Task for the operation |