Agora RTC Objective-C API Reference  Refactor
Data Fields
ExtensionContext Struct Reference

Data Fields

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

Detailed Description

The definition of extension context types.

Constructor & Destructor Documentation

◆ ExtensionContext()

ExtensionContext ( )
inline

Field Documentation

◆ isValid

bool isValid

Whether the uid is valid.

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

◆ uid

uid_t uid

The ID of the user. A uid of 0 indicates the local user, and a uid greater than 0 represents a remote user.

◆ providerName

const char* providerName

The provider name of the current extension.

◆ extensionName

const char* extensionName

The extension name of the current extension.