Video SDK for Windows API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKLiveStreamParams Struct Reference

Represents the parameters needed to start a Zoom Video SDK live stream. More...

#include <zoom_video_sdk_def.h>

Public Member Functions

 ZoomVideoSDKLiveStreamParams ()
 Default constructor for ZoomVideoSDKLiveStreamParams. Initializes all pointers to nullptr and creates default settings.
 

Data Fields

const zchar_tstreamUrl
 
const zchar_tkey
 
const zchar_tbroadcastUrl
 
ZoomVideoSDKLiveStreamSetting setting
 

Detailed Description

Represents the parameters needed to start a Zoom Video SDK live stream.

Definition at line 884 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKLiveStreamParams()

ZoomVideoSDKLiveStreamParams::ZoomVideoSDKLiveStreamParams ( )
inline

Default constructor for ZoomVideoSDKLiveStreamParams. Initializes all pointers to nullptr and creates default settings.

Definition at line 898 of file zoom_video_sdk_def.h.

899 {
900 streamUrl = nullptr;
901 key = nullptr;
902 broadcastUrl = nullptr;
904 }
ZoomVideoSDKLiveStreamSetting setting
Represents the settings for a Zoom Video SDK live stream.

References broadcastUrl, key, setting, and streamUrl.

Field Documentation

◆ broadcastUrl

const zchar_t* ZoomVideoSDKLiveStreamParams::broadcastUrl

The broadcast URL where viewers can watch the live stream.

Definition at line 890 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKLiveStreamParams().

◆ key

const zchar_t* ZoomVideoSDKLiveStreamParams::key

The stream key for authentication with the live stream platform.

Definition at line 888 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKLiveStreamParams().

◆ setting

ZoomVideoSDKLiveStreamSetting ZoomVideoSDKLiveStreamParams::setting

The live stream settings including layout and close caption options.

Definition at line 892 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKLiveStreamParams().

◆ streamUrl

const zchar_t* ZoomVideoSDKLiveStreamParams::streamUrl

The URL of the live stream platform (e.g., YouTube, Facebook).

Definition at line 886 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKLiveStreamParams().