7#ifndef _ZOOM_VIDEO_SDK_LIVESTREAM_HELPER_INTERFACE_H_
8#define _ZOOM_VIDEO_SDK_LIVESTREAM_HELPER_INTERFACE_H_
Incoming live stream helper interface. Note: Currently only supports one stream.
virtual ZoomVideoSDKErrors bindIncomingLiveStream(const zchar_t *strStreamKeyID)=0
Bind incoming live stream with a stream key ID.
virtual ZoomVideoSDKErrors startIncomingLiveStream(const zchar_t *strStreamKeyID)=0
Start the bound stream as a special participant.
virtual ZoomVideoSDKErrors getIncomingLiveStreamStatus()=0
Get the status of bound streams.
virtual ZoomVideoSDKErrors unbindIncomingLiveStream(const zchar_t *strStreamKeyID)=0
Unbind the bound incoming live stream.
virtual ZoomVideoSDKErrors stopIncomingLiveStream(const zchar_t *strStreamKeyID)=0
Stop the bound stream as a special participant.
Live stream helper interface.
virtual ZoomVideoSDKErrors startLiveStream(const zchar_t *streamUrl, const zchar_t *key, const zchar_t *broadcastUrl)=0
Start live stream.
virtual ZoomVideoSDKErrors stopLiveStream()=0
Stop live stream.
virtual ZoomVideoSDKErrors canStartLiveStream()=0
Determin if can start the live stream.
incoming live stream status.
bool isStreamPushed
Has the video stream been pushed to the session? If false: no, if true: yes.
const zchar_t * strStreamKeyID
The incoming live stream ID.
IncomingLiveStreamStatus()
bool isRTMPConnected
Is the streaming software(such as OBS) connected to the Zoom platform? If false: no,...
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.