ChannelMediaInfo

Channel media information.

export class ChannelMediaInfo {
  
  channelName?: string;
  
  token?: string;
  
  uid?: number;
}

Attributes

channelName
The channel name.
token
The token that enables the user to join the channel.
uid
The user ID.