#include <ZMVideoSDKLiveStreamHelper.h>
Inherits NSObject.
◆ bindIncomingLiveStream:
Bind incoming live stream with a stream key ID.
- Parameters
-
strStreamKeyID | The stream key ID to bind. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ getIncomingLiveStreamStatus
Get the status of the bound streams.
- Returns
- If the function succeeds, it will return
ZMVideoSDKErrors_Success
, otherwise failed.
- Note
- Will receive callback "-onIncomingLiveStreamStatusResponse:"
◆ startIncomingLiveStream:
Start the bound stream as a special participant.
- Parameters
-
strStreamKeyID | The stream key ID you want to start. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ stopIncomingLiveStream:
Stop the bound stream as a special participant.
- Parameters
-
strStreamKeyID | The stream key ID to stop. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ unbindIncomingLiveStream:
Unbind the bound incoming live stream.
- Parameters
-
strStreamKeyID | The stream key ID you want to unbind. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.