Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoRealTimeMediaStreamsHelper Class Reference

#include <ZoomVideoRealTimeMediaStreamsHelper.h>

Inherits NSObject.

Instance Methods

(BOOL) - isSupportRealTimeMediaStreams
 Determine if the session supports the real-time media streams feature.
 
(ZoomVideoSDKError- canStartRealTimeMediaStreams
 Checks if the current user meets the requirements to start real-time media streams.
 
(ZoomVideoSDKError- startRealTimeMediaStreams
 Start real-time media streams.
 
(ZoomVideoSDKError- pauseRealTimeMediaStreams
 Pause real-time media streams.
 
(ZoomVideoSDKError- resumeRealTimeMediaStreams
 Resume real-time media streams.
 
(ZoomVideoSDKError- stopRealTimeMediaStreams
 Stop real-time media streams.
 

Detailed Description

Definition at line 13 of file ZoomVideoRealTimeMediaStreamsHelper.h.

Method Documentation

◆ canStartRealTimeMediaStreams

- (ZoomVideoSDKError) canStartRealTimeMediaStreams

Checks if the current user meets the requirements to start real-time media streams.

Note
Only the host is permitted to start real-time media streams.
Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed.

◆ isSupportRealTimeMediaStreams

- (BOOL) isSupportRealTimeMediaStreams

Determine if the session supports the real-time media streams feature.

Returns
True indicates the real-time media streams feature is supported, otherwise false.

◆ pauseRealTimeMediaStreams

- (ZoomVideoSDKError) pauseRealTimeMediaStreams

Pause real-time media streams.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed.

◆ resumeRealTimeMediaStreams

- (ZoomVideoSDKError) resumeRealTimeMediaStreams

Resume real-time media streams.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed.

◆ startRealTimeMediaStreams

- (ZoomVideoSDKError) startRealTimeMediaStreams

Start real-time media streams.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed.

◆ stopRealTimeMediaStreams

- (ZoomVideoSDKError) stopRealTimeMediaStreams

Stop real-time media streams.

Returns
If the function succeeds, the return value is Errors_Success. Otherwise failed.