Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::ExtensionContext Struct Reference

The context information of the extension. More...

#include <AgoraMediaBase.h>

Public Attributes

bool isValid
 
uid_t uid
 
const char * providerName
 
const char * extensionName
 

Detailed Description

The context information of the extension.

Member Data Documentation

◆ isValid

bool agora::rtc::ExtensionContext::isValid

Whether the uid in ExtensionContext is valid:

  • true: The uid is valid.
  • false: The uid is invalid.

◆ uid

uid_t agora::rtc::ExtensionContext::uid

The user ID. 0 represents a local user, while greater than 0 represents a remote user.

◆ providerName

const char* agora::rtc::ExtensionContext::providerName

The name of the extension provider.

◆ extensionName

const char* agora::rtc::ExtensionContext::extensionName

The name of the extension.