Package io.agora.rtc2
Class ExtensionContext
java.lang.Object
io.agora.rtc2.ExtensionContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the extension.booleanWhether the `uid` in `ExtensionContext` is valid: - `true`: The `uid` is valid.The name of the extension provider.intThe user ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isValid
public boolean isValidWhether the `uid` in `ExtensionContext` is valid: - `true`: The `uid` is valid. - `false`: The `uid` is invalid. -
uid
public int uidThe user ID. 0 represents a local user, while greater than 0 represents a remote user. -
providerName
The name of the extension provider. -
extensionName
The name of the extension.
-
-
Constructor Details
-
ExtensionContext
public ExtensionContext() -
ExtensionContext
-