Live stream helper interface.
More...
#include <zoom_video_sdk_livestream_helper_interface.h>
Live stream helper interface.
Definition at line 15 of file zoom_video_sdk_livestream_helper_interface.h.
◆ canStartLiveStream()
Determin if can start the live stream.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ startLiveStream()
Start live stream.
- Parameters
-
streamUrl | The live stream url. |
key | The live stream key. |
broadcastUrl | The live stream broadcast url. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ stopLiveStream()
Stop live stream.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.