Meeting SDK for iOS API 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. | |
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.
MobileRTCGrantCoOwnerAssetsInfo
objects must be obtained through the getGrantCoOwnerAssetsInfo]
interface provided by the SDK, manual creation is not allowed. Definition at line 84 of file MobileRTCMeetingUserInfo.h.
|
readnonatomicassign |
Query if the asset is locked.
MobileRTCGrantCoOwnerAssetsInfo.isGranted
interface is invalid. Definition at line 96 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query or Set if the asset is granted.
Definition at line 101 of file MobileRTCMeetingUserInfo.h.
|
readnonatomicassign |
Get the asset type.
Definition at line 89 of file MobileRTCMeetingUserInfo.h.