|
ZOOM Windows SDK
5.2.42037.1112
|
Live stream meeting controller interface. More...
#include <meeting_live_stream_interface.h>
Public Member Functions | |
| virtual SDKError | SetEvent (IMeetingLiveStreamCtrlEvent *pEvent)=0 |
| Set live stream meeting callback event handler. More... | |
| virtual SDKError | CanStartLiveStream ()=0 |
| Determine if it is able to start live streaming. More... | |
| virtual SDKError | StartLiveStream (IMeetingLiveStreamItem *item_)=0 |
| Start live streaming. More... | |
| virtual SDKError | StartLiveStreamWithSteamingURL (const wchar_t *streamingURL, const wchar_t *streamingKey, const wchar_t *broadcastURL)=0 |
| Start live streaming. More... | |
| virtual SDKError | StopLiveStream ()=0 |
| Stop live streaming. More... | |
| virtual IList< IMeetingLiveStreamItem *> * | GetSupportLiveStreamURL ()=0 |
| Get the list of URL and associated information used by live streaming in the current meeting. More... | |
| virtual LiveStreamStatus | GetCurrentLiveStreamStatus ()=0 |
| Get live stream status of current meeting. More... | |
Live stream meeting controller interface.
|
pure virtual |
Determine if it is able to start live streaming.
|
pure virtual |
Get live stream status of current meeting.
|
pure virtual |
Get the list of URL and associated information used by live streaming in the current meeting.
|
pure virtual |
Set live stream meeting callback event handler.
| pEvent | A pointer to the IMeetingLiveStreamCtrlEvent that receives live stream event. |
|
pure virtual |
Start live streaming.
| item_ | A pointer to the IMeetingLiveStreamItem created via IMeetingLiveStreamController::GetSupportLiveStreamURL() API. |
|
pure virtual |
Start live streaming.
| streamingURL | The URL of live streaming. |
| streamingKey | The key of live streaming. |
| broadcastURL | The broadcast URL of live-stream. |
|
pure virtual |
Stop live streaming.
1.8.14