6#import <Foundation/Foundation.h>
36@property(nonatomic, copy, nullable) NSString* streamUrl;
41@property(nonatomic, copy, nullable) NSString* key;
46@property(nonatomic, copy, nullable) NSString* broadcastUrl;
71- (
ZoomVideoSDKError)startLiveStreamWithStreamingURL:(NSString * _Nullable)streamingURL StreamingKey:(NSString * _Nullable)key BroadcastURL:(NSString * _Nullable)broadcastURL __deprecated_msg("Use startLiveStreamWithParams: instead");
114- (BOOL)canGetOrUpdateLiveStreamSetting;
126@property(nonatomic, copy) NSString* _Nullable streamKeyID;
130@property(nonatomic, assign) BOOL isRTMPConnected;
134@property(nonatomic, assign) BOOL isStreamPushed;
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
Enumeration of live stream close caption options.
Enumeration of live stream layout types.
Incoming live stream helper interface.
Incoming live stream status.
A class to operate the live stream.
Live stream parameters for starting live stream. This class contains all the necessary parameters to ...
Live stream settings configuration class for Zoom Video SDK. This class contains layout and close cap...
ZoomVideoSDKLiveStreamCloseCaption closeCaption
ZoomVideoSDKLiveStreamLayout layout