Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
RawLiveStreamInfo Struct Reference

information of raw live stream info. Here are more detailed structural descriptions.. More...

#include <meeting_live_stream_interface.h>

Public Member Functions

 RawLiveStreamInfo ()
 

Data Fields

unsigned int userId
 
const zchar_tbroadcastUrl
 
const zchar_tbroadcastName
 

Detailed Description

information of raw live stream info. Here are more detailed structural descriptions..

Definition at line 35 of file meeting_live_stream_interface.h.

Constructor & Destructor Documentation

◆ RawLiveStreamInfo()

RawLiveStreamInfo::RawLiveStreamInfo ( )
inline

Definition at line 43 of file meeting_live_stream_interface.h.

44 {
45 userId = 0;
46 broadcastUrl = nullptr;
47 broadcastName = nullptr;
48 }

References broadcastName, broadcastUrl, and userId.

Field Documentation

◆ broadcastName

const zchar_t* RawLiveStreamInfo::broadcastName

Broadcast Name

Definition at line 42 of file meeting_live_stream_interface.h.

Referenced by RawLiveStreamInfo().

◆ broadcastUrl

const zchar_t* RawLiveStreamInfo::broadcastUrl

Broadcast URL

Definition at line 40 of file meeting_live_stream_interface.h.

Referenced by RawLiveStreamInfo().

◆ userId

unsigned int RawLiveStreamInfo::userId

User ID.

Definition at line 38 of file meeting_live_stream_interface.h.

Referenced by RawLiveStreamInfo().