|
Meeting SDK for iOS API 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. | |
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.
Definition at line 89 of file MobileRTCMeetingUserInfo.h.
|
readnonatomicassign |
Indicates if the asset is locked.
Definition at line 100 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Gets or sets if the asset is granted.
Definition at line 105 of file MobileRTCMeetingUserInfo.h.
|
readnonatomicassign |
Gets the asset type.
Definition at line 94 of file MobileRTCMeetingUserInfo.h.