|
Agora Java API Reference for Android
|
The context information of the extension. More...
#include <AgoraMediaBase.h>
Public Attributes | |
| bool | isValid |
| uid_t | uid |
| const char * | providerName |
| const char * | extensionName |
The context information of the extension.
| bool agora::rtc::ExtensionContext::isValid |
Whether the uid in ExtensionContext is valid:
true: The uid is valid.false: The uid is invalid. | uid_t agora::rtc::ExtensionContext::uid |
The user ID. 0 represents a local user, while greater than 0 represents a remote user.
| const char* agora::rtc::ExtensionContext::providerName |
The name of the extension provider.
| const char* agora::rtc::ExtensionContext::extensionName |
The name of the extension.
1.8.18