|
Video SDK for iOS API Reference
|
Incoming live stream helper interface. More...
#include <ZoomVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - bindIncomingLiveStream: |
| Binds incoming live stream with a stream key ID. | |
| (ZoomVideoSDKError) | - unbindIncomingLiveStream: |
| Unbinds the bound incoming live stream. | |
| (ZoomVideoSDKError) | - getIncomingLiveStreamStatus |
| Gets the status of bound streams. | |
| (ZoomVideoSDKError) | - startIncomingLiveStream: |
| Starts the bound stream as a special participant. | |
| (ZoomVideoSDKError) | - stopIncomingLiveStream: |
| Stops the bound stream as a special participant. | |
Incoming live stream helper interface.
Definition at line 142 of file ZoomVideoSDKLiveStreamHelper.h.
| - (ZoomVideoSDKError) bindIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Binds incoming live stream with a stream key ID.
| streamKeyID | The stream key ID to bind. |
| - (ZoomVideoSDKError) getIncomingLiveStreamStatus |
Gets the status of bound streams.
| - (ZoomVideoSDKError) startIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Starts the bound stream as a special participant.
| streamKeyID | The stream key ID to start. |
| - (ZoomVideoSDKError) stopIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Stops the bound stream as a special participant.
| streamKeyID | The stream key ID to stop. |
| - (ZoomVideoSDKError) unbindIncomingLiveStream: | (NSString *_Nullable) | streamKeyID |
Unbinds the bound incoming live stream.
| streamKeyID | The stream key ID to unbind. |