Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoRealTimeMediaStreamsHelper.h
Go to the documentation of this file.
1//
2// ZoomVideoRealTimeMediaStreamsHelper.h
3// ZoomVideoSDK
4//
5// Copyright © 2025 Zoom Video Communications, Inc. All rights reserved.
6//
7
8#import <Foundation/Foundation.h>
9#import <ZoomVideoSDK/ZoomVideoSDKConstants.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
14
20
27
33
39
45
51
52@end
53
54NS_ASSUME_NONNULL_END
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
ZoomVideoSDKError canStartRealTimeMediaStreams()
Checks if the current user meets the requirements to start real-time media streams.
ZoomVideoSDKError pauseRealTimeMediaStreams()
Pauses real-time media streams.
ZoomVideoSDKError startRealTimeMediaStreams()
Starts real-time media streams.
ZoomVideoSDKError resumeRealTimeMediaStreams()
Resumes real-time media streams.
BOOL isSupportRealTimeMediaStreams()
Determines whether the session supports the real-time media streams feature.
ZoomVideoSDKError stopRealTimeMediaStreams()
Stops real-time media streams.