Agora RTC Objective-C API Reference  Refactor
Properties
AgoraExtensionContext Class Reference

Inherits <NSObject>.

Properties

BOOL isValid
 
NSUInteger uid
 
NSString *_Nullable providerName
 
NSString *_Nullable extensionName
 

Property Documentation

◆ isValid

- (BOOL) isValid
readwritenonatomicassign

Whether the uid in AgoraExtensionContext is valid:

  • YES: The uid is valid.
  • NO: The uid is invalid.

◆ uid

- (NSUInteger) uid
readwritenonatomicassign

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

◆ providerName

- (NSString* _Nullable) providerName
readwritenonatomiccopy

The name of the extension provider.

◆ extensionName

- (NSString* _Nullable) extensionName
readwritenonatomiccopy

The name of the extension.