Package io.agora.rtc2
Class ExtensionContext
java.lang.Object
io.agora.rtc2.ExtensionContext
The definition of extension context types
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the uid is valid.intThe ID of the user. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isValid
public boolean isValidWhether the uid is valid. - true: The uid is valid. - false: The uid is invalid. -
uid
public int uidThe ID of the user. A uid of 0 indicates the local user, and a uid greater than 0 represents a remote user. -
providerName
-
extensionName
-
-
Constructor Details
-
ExtensionContext
public ExtensionContext() -
ExtensionContext
-