Video SDK for Windows API Reference
|
incoming live stream status. More...
#include <zoom_video_sdk_livestream_helper_interface.h>
Public Member Functions | |
IncomingLiveStreamStatus () | |
Data Fields | |
const zchar_t * | strStreamKeyID |
The incoming live stream ID. | |
bool | isRTMPConnected |
Is the streaming software(such as OBS) connected to the Zoom platform? If false: no, if true: yes. | |
bool | isStreamPushed |
Has the video stream been pushed to the session? If false: no, if true: yes. | |
incoming live stream status.
Definition at line 40 of file zoom_video_sdk_livestream_helper_interface.h.
|
inline |
Definition at line 46 of file zoom_video_sdk_livestream_helper_interface.h.
References isRTMPConnected, isStreamPushed, and strStreamKeyID.
bool IncomingLiveStreamStatus::isRTMPConnected |
Is the streaming software(such as OBS) connected to the Zoom platform? If false: no, if true: yes.
Definition at line 43 of file zoom_video_sdk_livestream_helper_interface.h.
Referenced by IncomingLiveStreamStatus().
bool IncomingLiveStreamStatus::isStreamPushed |
Has the video stream been pushed to the session? If false: no, if true: yes.
Definition at line 44 of file zoom_video_sdk_livestream_helper_interface.h.
Referenced by IncomingLiveStreamStatus().
const zchar_t* IncomingLiveStreamStatus::strStreamKeyID |
The incoming live stream ID.
Definition at line 42 of file zoom_video_sdk_livestream_helper_interface.h.
Referenced by IncomingLiveStreamStatus().