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
 

Constructor & Destructor Documentation

◆ ExtensionContext()

ExtensionContext ( )
inline

Field Documentation

◆ isValid

bool isValid

Whether the uid in ExtensionContext is valid:

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

◆ uid

uid_t uid

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

◆ providerName

const char* providerName

The name of the extension provider.

◆ extensionName

const char* extensionName

The name of the extension.