Agora C++ API Reference for All Platforms
|
Public Attributes | |
const char * | channelName |
const char * | token |
uid_t | uid |
The definition of ChannelMediaInfo.
const char* agora::rtc::ChannelMediaInfo::channelName |
The channel name. The default value is NULL, which means that the SDK applies the current channel name.
const char* agora::rtc::ChannelMediaInfo::token |
The token that enables the user to join the channel. The default value is NULL, which means that the SDK applies the current token.
uid_t agora::rtc::ChannelMediaInfo::uid |
The user ID.