Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingLiveStreamItem Class Referenceabstract

Live stream of current meeting. More...

#include <meeting_live_stream_interface.h>

Public Member Functions

virtual const zchar_tGetLiveStreamURL ()=0
 Get URL of the live stream meeting.
 
virtual const zchar_tGetLiveStreamURLDescription ()=0
 Get the descriptions of live stream.
 
virtual const zchar_tGetLiveStreamViewerURL ()=0
 Get the viewer URL of the live stream meeting.
 
virtual ~IMeetingLiveStreamItem ()
 

Detailed Description

Live stream of current meeting.

Definition at line 119 of file meeting_live_stream_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingLiveStreamItem()

virtual IMeetingLiveStreamItem::~IMeetingLiveStreamItem ( )
inlinevirtual

Definition at line 133 of file meeting_live_stream_interface.h.

133{};

Member Function Documentation

◆ GetLiveStreamURL()

virtual const zchar_t * IMeetingLiveStreamItem::GetLiveStreamURL ( )
pure virtual

Get URL of the live stream meeting.

Returns
If the function succeeds, the return value is the URL of the live stream meeting.

◆ GetLiveStreamURLDescription()

virtual const zchar_t * IMeetingLiveStreamItem::GetLiveStreamURLDescription ( )
pure virtual

Get the descriptions of live stream.

Returns
If the function succeeds, the return value is the description of live stream.

◆ GetLiveStreamViewerURL()

virtual const zchar_t * IMeetingLiveStreamItem::GetLiveStreamViewerURL ( )
pure virtual

Get the viewer URL of the live stream meeting.

Returns
If the function succeeds, the return value is the viewer URL of the live stream meeting.