Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCGrantCoOwnerAssetsInfo Class Reference

A class that provides properties to specify and manage the privileges associated with different types of assets when assigning roles such as co-host or host in a meeting. More...

#include <MobileRTCMeetingUserInfo.h>

Inherits NSObject.

Properties

MobileRTCDGrantCoOwnerAssetsType type
 Gets the asset type.
 
BOOL isAssetsLocked
 Indicates if the asset is locked.
 
BOOL isGranted
 Gets or sets if the asset is granted.
 

Detailed Description

A class that provides properties to specify and manage the privileges associated with different types of assets when assigning roles such as co-host or host in a meeting.

Note
MobileRTCGrantCoOwnerAssetsInfo objects must be obtained through the getGrantCoOwnerAssetsInfo] interface provided by the SDK. Manual creation is not allowed.

Definition at line 89 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ isAssetsLocked

- (BOOL) isAssetsLocked
readnonatomicassign

Indicates if the asset is locked.

Note
When the asset is locked, changing the grant property through the MobileRTCGrantCoOwnerAssetsInfo.isGranted interface is invalid.

Definition at line 100 of file MobileRTCMeetingUserInfo.h.

◆ isGranted

- (BOOL) isGranted
readwritenonatomicassign

Gets or sets if the asset is granted.

Definition at line 105 of file MobileRTCMeetingUserInfo.h.

◆ type

- (MobileRTCDGrantCoOwnerAssetsType) type
readnonatomicassign

Gets the asset type.

Definition at line 94 of file MobileRTCMeetingUserInfo.h.