Zoom Video SDK audio status.
Interface for user to subscribe/unSubscribe video raw data. ZoomVideoSDKUser#getVideoPipe().
Share statistic information.
Zoom Video SDK user information.
boolean isInSubSession()
Determine whether the user is in SubSession.
String getCustomIdentity()
Get the user's custom identity.
boolean setUserVolume(float volume, boolean isShareAudio)
Set the user's local volume. This does not affect how other participants hear the user.
ZoomVideoSDKAudioStatus getAudioStatus()
Get the user's audio status.
String getUserID()
Get the user's id.
boolean canSetUserVolume(boolean isShareAudio)
Determine which audio you can set, shared audio or microphone.
ZoomVideoSDKShareStatisticInfo getShareStatisticInfo()
Get the user's share statistic information.
boolean isVideoSpotLighted()
Determine whether the user's video is spotLighted.
boolean isManager()
Determine whether the user is the manager.
List< ZoomVideoSDKRawDataPipe > getMultiCameraStreamList()
Get the user's multi-camera stream list.
ZoomVideoSDKVideoCanvas getVideoCanvas()
Get the user's video canvas.
boolean isHost()
Determine whether the user is the host.
ZoomVideoSDKRawDataPipe getVideoPipe()
Get the user's video pipe.
String getUserGUID()
Gets the user's GUID.
ZoomVideoSDKRemoteCameraControlHelper getRemoteCameraControlHelper()
Get the helper class instance to access the remote camera control.
int transferFile(String filePath)
Send file to current user object.
List< ZoomVideoSDKVideoCanvas > getMultiCameraCanvasList()
Get the user's multi-camera canvas list.
float getUserVolume(boolean isShareAudio)
Get user volume.
List< ZoomVideoSDKShareAction > getShareActionList()
Get the user's share-action list.
boolean isIncomingLiveStreamUser()
Determine whether the user is an incoming live stream user.
boolean hasIndividualRecordingConsent()
Used to determine whether I agree to individual video recording.
ZoomVideoSDKVideoStatisticInfo getVideoStatisticInfo()
Get the user's video statistic information.
String getUserName()
Get the name of the user in the session.
Use this interface to subscribe or unsubscribe to the specific user's video or share canvas....