Windows SDK 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 wchar_t * GetLiveStreamURL ()=0
 Get URL of the live stream meeting. More...
 
virtual const wchar_t * GetLiveStreamURLDescription ()=0
 Get the descriptions of live stream. More...
 
virtual ~IMeetingLiveStreamItem ()
 

Detailed Description

Live stream of current meeting.

Definition at line 101 of file meeting_live_stream_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingLiveStreamItem()

virtual IMeetingLiveStreamItem::~IMeetingLiveStreamItem ( )
inlinevirtual

Definition at line 111 of file meeting_live_stream_interface.h.

111{};

Member Function Documentation

◆ GetLiveStreamURL()

virtual const wchar_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 wchar_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.