Agora C++ API Reference for All Platforms
agora::rtc::ChannelMediaInfo Struct Reference

#include <IAgoraRtcEngine.h>

Public Attributes

const char * channelName
 
const char * token
 
uid_t uid
 

Detailed Description

The definition of ChannelMediaInfo.

Member Data Documentation

◆ channelName

const char* agora::rtc::ChannelMediaInfo::channelName

The channel name.

◆ token

const char* agora::rtc::ChannelMediaInfo::token

The token that enables the user to join the channel.

◆ uid

uid_t agora::rtc::ChannelMediaInfo::uid

The user ID.