Package io.agora.rtc2.video
Class ChannelMediaInfo
java.lang.Object
io.agora.rtc2.video.ChannelMediaInfo
The ChannelMediaInfo class, which defines the media information of the channel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe channel name.The token that enables the user to join the channel.intThe user ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
channelName
The channel name. -
token
The token that enables the user to join the channel. -
uid
public int uidThe user ID.
-
-
Constructor Details
-
ChannelMediaInfo
-
-
Method Details
-
getChannelName
-
getToken
-
getUid
public int getUid()
-