isVideoStreaming()
Checks if there is an ongoing video session.
boolean isVideoStreaming()
Return value
true if video streaming is active; otherwise, false .
See also
Video streaming
void startVideoStreaming (VideoQuality quality, StreamingCallback videocallback, StreamingCallback audiocallback)
Starts streaming video with audio using the specified settings.
void stopVideoStreaming ()
Stops the video session and releases all associated resources.