Video SDK for iOS API Reference
|
A class to operate the live stream. More...
#include <ZoomVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - startLiveStreamWithStreamingURL:StreamingKey:BroadcastURL: |
Call the function to start live stream. | |
(ZoomVideoSDKError) | - stopLiveStream |
Set to stop live streaming. | |
(ZoomVideoSDKError) | - canStartLiveStream |
Check to see if you can start live streaming. | |
A class to operate the live stream.
Definition at line 15 of file ZoomVideoSDKLiveStreamHelper.h.
- (ZoomVideoSDKError) canStartLiveStream |
Check to see if you can start live streaming.
- (ZoomVideoSDKError) startLiveStreamWithStreamingURL: | (NSString *_Nullable) | streamingURL | |
StreamingKey: | (NSString *_Nullable) | key | |
BroadcastURL: | (NSString *_Nullable) | broadcastURL |
Call the function to start live stream.
streamingURL | The live stream URL by which you can live the session. |
key | Stream key offered by the third platform on which you want to live stream your session. |
broadcastURL | The URL of live stream website. |
- (ZoomVideoSDKError) stopLiveStream |
Set to stop live streaming.