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

incoming live stream status. More...

#include <zoom_video_sdk_livestream_helper_interface.h>

Public Member Functions

 IncomingLiveStreamStatus ()
 

Data Fields

const zchar_tstrStreamKeyID
 
bool isRTMPConnected
 
bool isStreamPushed
 

Detailed Description

incoming live stream status.

Definition at line 43 of file zoom_video_sdk_livestream_helper_interface.h.

Constructor & Destructor Documentation

◆ IncomingLiveStreamStatus()

IncomingLiveStreamStatus::IncomingLiveStreamStatus ( )
inline

Field Documentation

◆ isRTMPConnected

bool IncomingLiveStreamStatus::isRTMPConnected

Is the streaming software(such as OBS) connected to the Zoom platform? If false: no, if true: yes

Definition at line 48 of file zoom_video_sdk_livestream_helper_interface.h.

Referenced by IncomingLiveStreamStatus().

◆ isStreamPushed

bool IncomingLiveStreamStatus::isStreamPushed

Has the video stream been pushed to the session? If false: no, if true: yes

Definition at line 50 of file zoom_video_sdk_livestream_helper_interface.h.

Referenced by IncomingLiveStreamStatus().

◆ strStreamKeyID

const zchar_t* IncomingLiveStreamStatus::strStreamKeyID

The incoming live stream ID

Definition at line 46 of file zoom_video_sdk_livestream_helper_interface.h.

Referenced by IncomingLiveStreamStatus().