6#import <Foundation/Foundation.h>
36@property(nonatomic, copy, nullable) NSString*
streamUrl;
41@property(nonatomic, copy, nullable) NSString*
key;
71- (
ZoomVideoSDKError)startLiveStreamWithStreamingURL:(NSString * _Nullable)streamingURL StreamingKey:(NSString * _Nullable)key BroadcastURL:(NSString * _Nullable)broadcastURL __deprecated_msg("Use startLiveStreamWithParams: instead");
ZoomVideoSDKLiveStreamCloseCaption
Enumeration of the live stream close caption options.
ZoomVideoSDKLiveStreamLayout
Enumeration of live stream layout types.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
Incoming live stream helper interface.
ZoomVideoSDKError getIncomingLiveStreamStatus()
Gets the status of bound streams.
Incoming live stream status.
NSString *_Nullable streamKeyID
Gets the incoming live stream ID.
BOOL isRTMPConnected
Determines whether the streaming software (such as OBS) is connected to the Zoom platform.
BOOL isStreamPushed
Determines whether the video stream has been pushed to the session.
A class to operate the live stream.
BOOL canGetOrUpdateLiveStreamSetting()
Determines whether the current user can get or update live stream settings.
ZoomVideoSDKLiveStreamSetting *_Nullable getCurrentLiveStreamSetting()
Gets the current live stream settings for the current session.
ZoomVideoSDKError stopLiveStream()
Stops live streaming.
ZoomVideoSDKError canStartLiveStream()
Checks if you can start live streaming.
Live stream parameters for starting live stream. This class contains all the necessary parameters to ...
ZoomVideoSDKLiveStreamSetting * setting
Live stream settings configuration class for Zoom Video SDK. This class contains layout and close cap...
ZoomVideoSDKLiveStreamCloseCaption closeCaption
ZoomVideoSDKLiveStreamLayout layout