ChannelMediaInfo
Channel media information.
export class ChannelMediaInfo {
channelName?: string;
token?: string;
uid?: number;
}
Properties
- channelName
- Channel name.
- token
- Token used to join the channel.
- uid
- User ID.