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 ZoomVideoSDKLiveStreamParams ¶m)=0
Starts a live stream for the current session using the specified parameters. See ZoomVideoSDKLiveStre...
virtual ZoomVideoSDKErrors updateLiveStreamSetting(const ZoomVideoSDKLiveStreamSetting &setting)=0
Updates the live stream settings.
virtual bool canGetOrUpdateLiveStreamSetting()=0
Checks if the current user has permission to get or update live stream settings.
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.
virtual ZoomVideoSDKErrors getCurrentLiveStreamSetting(ZoomVideoSDKLiveStreamSetting &setting)=0
Gets the current live stream settings.
incoming live stream status.
const zchar_t * strStreamKeyID
IncomingLiveStreamStatus()
Represents the parameters needed to start a Zoom Video SDK live stream.
Represents the settings for a Zoom Video SDK live stream.
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.