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
 User ID.
 
const zchar_tbroadcastUrl
 Broadcast URL.
 
const zchar_tbroadcastName
 Broadcast Name.
 

Detailed Description

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

Definition at line 30 of file meeting_live_stream_interface.h.

Constructor & Destructor Documentation

◆ RawLiveStreamInfo()

RawLiveStreamInfo::RawLiveStreamInfo ( )
inline

Definition at line 35 of file meeting_live_stream_interface.h.

36 {
37 userId = 0;
38 broadcastUrl = nullptr;
39 broadcastName = nullptr;
40 }
const zchar_t * broadcastName
Broadcast Name.
const zchar_t * broadcastUrl
Broadcast URL.

References broadcastName, broadcastUrl, and userId.

Field Documentation

◆ broadcastName

const zchar_t* RawLiveStreamInfo::broadcastName

Broadcast Name.

Definition at line 34 of file meeting_live_stream_interface.h.

Referenced by RawLiveStreamInfo().

◆ broadcastUrl

const zchar_t* RawLiveStreamInfo::broadcastUrl

Broadcast URL.

Definition at line 33 of file meeting_live_stream_interface.h.

Referenced by RawLiveStreamInfo().

◆ userId

unsigned int RawLiveStreamInfo::userId

User ID.

Definition at line 32 of file meeting_live_stream_interface.h.

Referenced by RawLiveStreamInfo().