|
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 81 of file MobileRTCMeetingUserInfo.h.
|
readnonatomicassign |
Query if the asset is locked.
MobileRTCGrantCoOwnerAssetsInfo.isGranted interface is invalid. Definition at line 93 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query or Set if the asset is granted.
Definition at line 98 of file MobileRTCMeetingUserInfo.h.
|
readnonatomicassign |
Get the asset type.
Definition at line 86 of file MobileRTCMeetingUserInfo.h.