Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKGrantCoOwnerAssetsInfo Class 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.
 

Detailed Description

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.

Note
ZoomSDKGrantCoOwnerAssetsInfo objects must be obtained through the getGrantCoOwnerAssetsInfo interface provided by the SDK. Manual creation is not allowed.

Definition at line 16 of file ZoomSDKMeetingActionController.h.

Property Documentation

◆ assetType

- (ZoomSDKGrantCoOwnerAssetsType) assetType
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.

◆ isAssetsLocked

- (BOOL) isAssetsLocked
readnonatomicassign

Indicates whether the asset is locked, preventing any modifications. This is a read-only property.

Definition at line 28 of file ZoomSDKMeetingActionController.h.

◆ isGranted

- (BOOL) isGranted
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.