Property ActiveChannels
ActiveChannels
A Dictionary of channels the user is currently connected to and a list of the VivoxParticipants in each the channel. The key is the channel name used to connect with. The value is a maintained list of each VivoxParticipant in the channel.
Declaration
ReadOnlyDictionary<string, ReadOnlyCollection<VivoxParticipant>> ActiveChannels { get; }
Property Value
Type | Description |
---|---|
ReadOnlyDictionary<string, ReadOnlyCollection<VivoxParticipant>> |