public class ExtensionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
channelId
The unique channel name for the AgoraRTC session in the string format.
|
int |
localUid
User ID: A 32-bit unsigned integer ranging from 1 to (2^32-1).
|
Constants.MediaSourceType |
mediaSourceType
The type of media device.
|
int |
remoteUid
The id of the remote user on which the extension works.
|
Constructor and Description |
---|
ExtensionInfo() |
ExtensionInfo(Constants.MediaSourceType mediaSourceType,
int remoteUid,
java.lang.String channelId,
int localUid) |
public Constants.MediaSourceType mediaSourceType
public int remoteUid
public java.lang.String channelId
public int localUid
public ExtensionInfo()
public ExtensionInfo(Constants.MediaSourceType mediaSourceType, int remoteUid, java.lang.String channelId, int localUid)