ChannelMediaInfo
Channel media information.
public class ChannelMediaInfo {
public String channelName = null;
public String token = null;
public int uid = 0;
}
Attributes
- channelName
- The channel name.
- token
- The token that enables the user to join the channel.
- uid
- The user ID.