Agora Java API Reference for Android
|
Classes | |
enum | CONNECTION_STATE_TYPE |
Public Member Functions | |
RtcConnection (String channelId, int uid) | |
String | toString () |
Public Attributes | |
String | channelId |
int | localUid |
String | localUserAccount |
The RtcConnection class.
String io.agora.rtc2.RtcConnection.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:
int io.agora.rtc2.RtcConnection.localUid |
The user ID. A 32-bit unsigned integer with a value ranging from 1 to (2^32-1)
String io.agora.rtc2.RtcConnection.localUserAccount |
The String UID. (Not Supported right now)