Meeting SDK for macOS API Reference
|
This class 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 <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Properties | |
BOOL | isGranted |
Indicates whether the specified privilege is granted for managing the asset. This is a writable property that can be set to YES or NO. | |
ZoomSDKGrantCoOwnerAssetsType | assetType |
Specifies the type of asset (such as smart summary, cloud recording) for which the privilege applies. This is a read-only property. | |
BOOL | isAssetsLocked |
Indicates whether the asset is locked, preventing any modifications. This is a read-only property. | |
This class 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 16 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
Specifies the type of asset (such as smart summary, cloud recording) for which the privilege applies. This is a read-only property.
Definition at line 24 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
Indicates whether the asset is locked, preventing any modifications. This is a read-only property.
Definition at line 28 of file ZoomSDKMeetingActionController.h.
|
readwritenonatomicassign |
Indicates whether the specified privilege is granted for managing the asset. This is a writable property that can be set to YES or NO.
Definition at line 20 of file ZoomSDKMeetingActionController.h.