Class ChannelMediaInfo

java.lang.Object
io.agora.rtc2.video.ChannelMediaInfo

public class ChannelMediaInfo extends Object
The ChannelMediaInfo class, which defines the media information of the channel.
  • Field Details

    • channelName

      public String channelName
      The channel name.
    • token

      public String token
      The token that enables the user to join the channel.
    • uid

      public int uid
      The user ID.
  • Constructor Details

    • ChannelMediaInfo

      public ChannelMediaInfo(String channelName, String token, int uid)
  • Method Details

    • getChannelName

      public String getChannelName()
    • getToken

      public String getToken()
    • getUid

      public int getUid()