|
Video SDK for MacOS API Reference
|
Interface for managing incoming live streams. More...
#include <ZMVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZMVideoSDKErrors) | - bindIncomingLiveStream: |
| Bind incoming live stream with a stream key ID. | |
| (ZMVideoSDKErrors) | - unbindIncomingLiveStream: |
| Unbind the bound incoming live stream. | |
| (ZMVideoSDKErrors) | - getIncomingLiveStreamStatus |
| Get the status of the bound streams. | |
| (ZMVideoSDKErrors) | - startIncomingLiveStream: |
| Start the bound stream as a special participant. | |
| (ZMVideoSDKErrors) | - stopIncomingLiveStream: |
| Stop the bound stream as a special participant. | |
Interface for managing incoming live streams.
Definition at line 139 of file ZMVideoSDKLiveStreamHelper.h.
| - (ZMVideoSDKErrors) bindIncomingLiveStream: | (NSString *) | strStreamKeyID |
Bind incoming live stream with a stream key ID.
| strStreamKeyID | The stream key ID to bind. |
| - (ZMVideoSDKErrors) getIncomingLiveStreamStatus |
Get the status of the bound streams.
ZMVideoSDKErrors_Success, otherwise failed. | - (ZMVideoSDKErrors) startIncomingLiveStream: | (NSString *) | strStreamKeyID |
Start the bound stream as a special participant.
| strStreamKeyID | The stream key ID you want to start. |
| - (ZMVideoSDKErrors) stopIncomingLiveStream: | (NSString *) | strStreamKeyID |
Stop the bound stream as a special participant.
| strStreamKeyID | The stream key ID to stop. |
| - (ZMVideoSDKErrors) unbindIncomingLiveStream: | (NSString *) | strStreamKeyID |
Unbind the bound incoming live stream.
| strStreamKeyID | The stream key ID you want to unbind. |