Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Member Functions | |
ChannelMediaInfo (const char *c, const char *t, uid_t u) | |
Public Attributes | |
uid_t | uid |
const char * | channelName |
const char * | token |
The definition of ChannelMediaInfo.
uid_t agora::rtc::ChannelMediaInfo::uid |
The user ID.
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.