Video SDK for MacOS API Reference
|
Helper class for managing outgoing live stream. More...
#include <ZMVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Instance Methods | |
(ZMVideoSDKErrors) | - startLiveStream:broadcastUrl:liveStreamKey: |
Start live stream. | |
(ZMVideoSDKErrors) | - stopLiveStream |
Stop live stream. | |
(ZMVideoSDKErrors) | - canStartLiveStream |
Determine if can start living stream. | |
Helper class for managing outgoing live stream.
Definition at line 15 of file ZMVideoSDKLiveStreamHelper.h.
- (ZMVideoSDKErrors) canStartLiveStream |
Determine if can start living stream.
- (ZMVideoSDKErrors) startLiveStream: | (NSString *) | streamUrl | |
broadcastUrl: | (NSString *) | url | |
liveStreamKey: | (NSString *) | key |
Start live stream.
streamUrl | The live stream url. |
url | The live stream broadcast url. |
key | The live stream key. |
- (ZMVideoSDKErrors) stopLiveStream |
Stop live stream.