Method JoinEchoChannelAsync
JoinEchoChannelAsync(string, ChatCapability, ChannelOptions)
Puts the user in an echo channel using channelName as the unique identifier. In this channel you will hear only your own voice played back at you. If you are not logged into the Vivox service when this is called, you will be automatically logged in.
Declaration
Task JoinEchoChannelAsync(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 |