Agora RTC Objective-C API Reference  Refactor
Data Fields
ChannelMediaInfo Struct Reference

Data Fields

const char * channelName
 
const char * token
 
uid_t uid
 

Detailed Description

The definition of ChannelMediaInfo.

Field Documentation

◆ channelName

const char* channelName

The channel name. The default value is NULL, which means that the SDK applies the current channel name.

◆ token

const char* 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

uid_t uid

The user ID.