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

This interface 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
 Get the asset type.
 
BOOL isAssetsLocked
 Query if the asset is locked.
 
BOOL isGranted
 Query or Set if the asset is granted.
 

Detailed Description

This interface 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 81 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ isAssetsLocked

- (BOOL) isAssetsLocked
readnonatomicassign

Query if the asset is locked.

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

Definition at line 93 of file MobileRTCMeetingUserInfo.h.

◆ isGranted

- (BOOL) isGranted
readwritenonatomicassign

Query or Set if the asset is granted.

Returns
grant YES means grant,NO means not grant.

Definition at line 98 of file MobileRTCMeetingUserInfo.h.

◆ type

- (MobileRTCDGrantCoOwnerAssetsType) type
readnonatomicassign

Get the asset type.

Definition at line 86 of file MobileRTCMeetingUserInfo.h.