Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingLiveStreamItem Class Referenceabstract

Live stream of current meeting. More...

#include <meeting_live_stream_interface.h>

Public Member Functions

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

Detailed Description

Live stream of current meeting.

Definition at line 169 of file meeting_live_stream_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingLiveStreamItem()

virtual IMeetingLiveStreamItem::~IMeetingLiveStreamItem ( )
inlinevirtual

Definition at line 190 of file meeting_live_stream_interface.h.

190{};

Member Function Documentation

◆ GetLiveStreamURL()

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

Gets the URL of the live stream meeting.

Returns
If the function succeeds, it returns the URL of the live stream meeting. Otherwise, this function fails and returns nullptr.

◆ GetLiveStreamURLDescription()

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

Gets the description of live stream.

Returns
If the function succeeds, it returns the description of live stream. Otherwise, this function fails and returns nullptr.

◆ GetLiveStreamViewerURL()

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

Gets the viewer URL of the live stream meeting.

Returns
If the function succeeds, it returns the viewer URL of the live stream meeting. Otherwise, this function fails and returns nullptr.