Agora Java API Reference for Android
|
#include <AgoraMediaBase.h>
Public Attributes | |
bool | isValid |
uid_t | uid |
const char * | providerName |
const char * | extensionName |
The definition of extension context types.
bool agora::rtc::ExtensionContext::isValid |
Whether the uid is valid.
uid_t agora::rtc::ExtensionContext::uid |
The ID of the user. A uid of 0 indicates the local user, and a uid greater than 0 represents a remote user.
const char* agora::rtc::ExtensionContext::providerName |
The provider name of the current extension.
const char* agora::rtc::ExtensionContext::extensionName |
The extension name of the current extension.