Server Gateway SDK v3.7.200.21 for Linux Java
Public Member Functions | List of all members
io.agora.rtc.ChannelMediaInfo Class Reference

Public Member Functions

 ChannelMediaInfo ()
 
 ChannelMediaInfo (java.lang.String channelName, java.lang.String token, int uid)
 
java.lang.String getChannelName ()
 
void setChannelName (java.lang.String channelName)
 
java.lang.String getToken ()
 
void setToken (java.lang.String token)
 
int getUid ()
 
void setUid (int uid)
 

Detailed Description

The ChannelMediaInfo class.

Constructor & Destructor Documentation

◆ ChannelMediaInfo() [1/2]

io.agora.rtc.ChannelMediaInfo.ChannelMediaInfo ( )

◆ ChannelMediaInfo() [2/2]

io.agora.rtc.ChannelMediaInfo.ChannelMediaInfo ( java.lang.String  channelName,
java.lang.String  token,
int  uid 
)

Constructor.

Parameters
channelNameThe channel name. The default value is null, which means that the SDK applies the current channel name.
tokenThe token that enables the user to join the channel. The default value is null, which means that the SDK applies the current token.
uidThe user ID.

Member Function Documentation

◆ getChannelName()

java.lang.String io.agora.rtc.ChannelMediaInfo.getChannelName ( )

◆ getToken()

java.lang.String io.agora.rtc.ChannelMediaInfo.getToken ( )

◆ getUid()

int io.agora.rtc.ChannelMediaInfo.getUid ( )

◆ setChannelName()

void io.agora.rtc.ChannelMediaInfo.setChannelName ( java.lang.String  channelName)

◆ setToken()

void io.agora.rtc.ChannelMediaInfo.setToken ( java.lang.String  token)

◆ setUid()

void io.agora.rtc.ChannelMediaInfo.setUid ( int  uid)

The documentation for this class was generated from the following file: