isVideoStreaming()
Checks if there is an ongoing video session.
func isVideoStreaming() -> Bool
Return value
true if video streaming is active; otherwise, false .
See also
Video streaming
func startVideoStreaming (videoquality: VideoQuality, onVideoData: (_ sampleBuffer: CMSampleBuffer) -> Void, onAudioData: (_ sampleBuffer: CMSampleBuffer) -> Void, onStreamingEvent: (_ event: StreamingEvent) -> Void) async throws
Starts streaming video with audio using the specified settings.
func stopVideoStreaming ()
Stops the video session and releases all associated resources.