Package io.agora.rtc2

Class RtcConnection

java.lang.Object
io.agora.rtc2.RtcConnection

public class RtcConnection extends Object
The RtcConnection class.
  • Field Details

    • localUid

      public int localUid
      The user ID. A 32-bit unsigned integer with a value ranging from 1 to (2^32-1)
    • channelId

      public String channelId
      The unique channel name for the AgoraRTC session in the string format. The string length must be less than 64 bytes. Supported character scopes are: - All lowercase English letters: a to z. - All uppercase English letters: A to Z. - All numeric characters: 0 to 9. - The space character. - Punctuation characters and other symbols, including: "!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", " {", "}", "|", "~", ",".
  • Constructor Details

    • RtcConnection

      public RtcConnection()
    • RtcConnection

      public RtcConnection(String channelId, int uid)
  • Method Details