Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSessionContext.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
String token
JWT token to join session, required.
ZoomVideoSDKVirtualAudioMic virtualAudioMic
The session external audio source delegate, optional.
ZoomVideoSDKVideoSourcePreProcessor preProcessor
The session pre-processor delegate, optional.
ZoomVideoSDKVirtualAudioSpeaker virtualAudioSpeaker
The session virtual speaker, optional.
ZoomVideoSDKVideoSource externalVideoSource
The session external video source delegate, optional.
ZoomVideoSDKAudioOption audioOption
The audio option, optional.
String userName
Display name in session, required.
String sessionName
Session name, required. The string length must be less than 150. Supported character scopes are: Lett...
String sessionPassword
Meeting password, optional.
ZoomVideoSDKVideoOption videoOption
The video option, optional.
int sessionIdleTimeoutMins
The amount of time in minutes after which an idle session will end, optional. Default value: 40....
boolean enable5GHighBandWidth
Whether to cancel the bandwidth limit, optional. If true is set, the network bandwidth is no longer l...
Zoom Video SDK join session video option.
Custom external video source interface.
Interface to process or modify video raw data prior to sending them into session.
An interface that handles a virtual audio microphone.
An interface that handles the virtual audio speaker.