Agora Java API Reference for Android
|
Public Member Functions | |
ExtensionInfo (Constants.MediaSourceType mediaSourceType, int remoteUid, String channelId, int localUid) | |
Public Attributes | |
Constants.MediaSourceType | mediaSourceType |
int | remoteUid |
String | channelId |
int | localUid |
Constants.MediaSourceType io.agora.rtc2.ExtensionInfo.mediaSourceType |
The type of media device.
int io.agora.rtc2.ExtensionInfo.remoteUid |
The id of the remote user on which the extension works.
String io.agora.rtc2.ExtensionInfo.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.ExtensionInfo.localUid |
User ID: A 32-bit unsigned integer ranging from 1 to (2^32-1). It must be unique.