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
This interface provides properties to specify and manage the privileges associated with different typ...
boolean isAssetsLocked()
Determines whether the asset is locked, preventing any modifications.
void setGranted(boolean grant)
Sets whether to grant privilege to manage the asset.
boolean isGranted()
Determines whether the specified privilege is granted for managing the asset.
GrantCoOwnerAssetsType getAssetType()
Gets the type of asset (such as smart summary or cloud recording) for which the privilege applies.