ChannelMediaInfo

Channel media information.

struct ChannelMediaInfo {
	const char* channelName;
	const char* token;
	uid_t uid;
    };

Attributes

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