Incoming live stream helper interface. Note: Currently only supports one stream.
More...
#include <zoom_video_sdk_livestream_helper_interface.h>
Incoming live stream helper interface. Note: Currently only supports one stream.
Definition at line 56 of file zoom_video_sdk_livestream_helper_interface.h.
◆ bindIncomingLiveStream()
Bind incoming live stream with a stream key ID.
- Parameters
-
strStreamKeyID | The stream key ID to bind. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ getIncomingLiveStreamStatus()
virtual ZoomVideoSDKErrors IZoomVideoSDKIncomingLiveStreamHelper::getIncomingLiveStreamStatus |
( |
| ) |
|
|
pure virtual |
Get the status of bound streams.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ startIncomingLiveStream()
Start the bound stream as a special participant.
- Parameters
-
strStreamKeyID | The stream key ID to start. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ stopIncomingLiveStream()
Stop the bound stream as a special participant.
- Parameters
-
strStreamKeyID | The stream key ID to stop. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ unbindIncomingLiveStream()
Unbind the bound incoming live stream.
- Parameters
-
strStreamKeyID | The stream key ID to unbind. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.