9#import <Foundation/Foundation.h>
25- (
ZoomVideoSDKError)startLiveStreamWithStreamingURL:(NSString * _Nullable)streamingURL StreamingKey:(NSString * _Nullable)key BroadcastURL:(NSString * _Nullable)broadcastURL;
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
NSString *_Nullable streamKeyID
The incoming live stream ID.
BOOL isRTMPConnected
Is the streaming software(such as OBS) connected to the Zoom platform?
BOOL isStreamPushed
Has the video stream been pushed to the session?
A class to operate the live stream.
ZoomVideoSDKError stopLiveStream()
Set to stop live streaming.
ZoomVideoSDKError canStartLiveStream()
Check to see if you can start live streaming.