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

#include <ZoomVideoRealTimeMediaStreamsHelper.h>

Inherits NSObject.

Instance Methods

(BOOL) - isSupportRealTimeMediaStreams
 Determines whether 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
 Starts real-time media streams.
 
(ZoomVideoSDKError- pauseRealTimeMediaStreams
 Pauses real-time media streams.
 
(ZoomVideoSDKError- resumeRealTimeMediaStreams
 Resumes real-time media streams.
 
(ZoomVideoSDKError- stopRealTimeMediaStreams
 Stops 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.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
Note
Only the host is permitted to start real-time media streams.

◆ isSupportRealTimeMediaStreams

- (BOOL) isSupportRealTimeMediaStreams

Determines whether the session supports the real-time media streams feature.

Returns
YES if the real-time media streams feature is supported. Otherwise, NO.

◆ pauseRealTimeMediaStreams

- (ZoomVideoSDKError) pauseRealTimeMediaStreams

Pauses real-time media streams.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ resumeRealTimeMediaStreams

- (ZoomVideoSDKError) resumeRealTimeMediaStreams

Resumes real-time media streams.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ startRealTimeMediaStreams

- (ZoomVideoSDKError) startRealTimeMediaStreams

Starts real-time media streams.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ stopRealTimeMediaStreams

- (ZoomVideoSDKError) stopRealTimeMediaStreams

Stops real-time media streams.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.