Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
GrantCoOwnerAssetsInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3
4import java.util.List;
5
11public interface GrantCoOwnerAssetsInfo {
12
18
25 boolean isAssetsLocked();
26
31 boolean isGranted();
32
39 void setGranted(boolean grant);
40
50 CloudRecording
51 }
52}
This interface provides properties to specify and manage the privileges associated with different typ...
boolean isAssetsLocked()
Indicates whether the asset is locked, preventing any modifications.
void setGranted(boolean grant)
Set whether to grant privilege to manage the asset.
boolean isGranted()
Indicates whether the specified privilege is granted for managing the asset.
GrantCoOwnerAssetsType getAssetType()
Specifies the type of asset (such as smart summary or cloud recording) for which the privilege applie...