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
[Required] JWT token to join session
ZoomVideoSDKVirtualAudioMic virtualAudioMic
[Optional] The Session external audio source delegate
ZoomVideoSDKVideoSourcePreProcessor preProcessor
[Optional] The Session pre-processer delegate
ZoomVideoSDKVirtualAudioSpeaker virtualAudioSpeaker
[Optional] The Session virtual speaker
ZoomVideoSDKVideoSource externalVideoSource
[Optional] The Session external video source delegate
ZoomVideoSDKAudioOption audioOption
[Optional] The Audio Option
String userName
[Required] Display name in session
String sessionPassword
[Optional] Meeting password, optional
ZoomVideoSDKVideoOption videoOption
[Optional] The Video Option
int sessionIdleTimeoutMins
[Optional] The amount of time in minutes after which an idle session will end.
boolean enable5GHighBandWidth
Whether to cancel the bandwidth limit, If YES is set, the network bandwidth is no longer limited,...
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.