Video SDK for iOS API Reference
|
Incoming live stream helper interface. More...
#include <ZoomVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - bindIncomingLiveStream: |
Bind incoming live stream with a stream key ID. | |
(ZoomVideoSDKError) | - unbindIncomingLiveStream: |
Unbind the binded incoming live stream. | |
(ZoomVideoSDKError) | - getIncomingLiveStreamStatus |
Get the status of binded streams. | |
(ZoomVideoSDKError) | - startIncomingLiveStream: |
Start the binded stream as a special participant. | |
(ZoomVideoSDKError) | - stopIncomingLiveStream: |
Stop the binded stream as a special participant. | |
Incoming live stream helper interface.
Definition at line 66 of file ZoomVideoSDKLiveStreamHelper.h.
- (ZoomVideoSDKError) bindIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Bind incoming live stream with a stream key ID.
streamKeyID | The stream key ID to bind. |
- (ZoomVideoSDKError) getIncomingLiveStreamStatus |
Get the status of binded streams.
- (ZoomVideoSDKError) startIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Start the binded stream as a special participant.
streamKeyID | The stream key ID to bind. |
- (ZoomVideoSDKError) stopIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Stop the binded stream as a special participant.
streamKeyID | The stream key ID to bind. |
- (ZoomVideoSDKError) unbindIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Unbind the binded incoming live stream.
streamKeyID | The stream key ID to bind. |