6#ifndef _ZOOM_VIDEO_SDK_LIVESTREAM_HELPER_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_LIVESTREAM_HELPER_INTERFACE_H_
Incoming live stream helper interface.
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.
const zchar_t * strStreamKeyID
IncomingLiveStreamStatus()
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.