Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.video.ChannelMediaInfo Class Reference

Public Member Functions

 ChannelMediaInfo (String channelName, String token, int uid)
 
String getChannelName ()
 
String getToken ()
 
int getUid ()
 

Public Attributes

String channelName = null
 
String token = null
 
int uid = 0
 

Detailed Description

The ChannelMediaInfo class, which defines the media information of the channel.

Member Data Documentation

◆ channelName

String io.agora.rtc2.video.ChannelMediaInfo.channelName = null

The channel name.

◆ token

String io.agora.rtc2.video.ChannelMediaInfo.token = null

The token that enables the user to join the channel.

◆ uid

int io.agora.rtc2.video.ChannelMediaInfo.uid = 0

The user ID.