|
Video SDK for Linux API Reference
|
incoming live stream status. More...
#include <zoom_video_sdk_livestream_helper_interface.h>
Public Member Functions | |
| IncomingLiveStreamStatus () | |
Public Attributes | |
| const zchar_t * | strStreamKeyID |
| bool | isRTMPConnected |
| bool | isStreamPushed |
incoming live stream status.
Definition at line 73 of file zoom_video_sdk_livestream_helper_interface.h.
|
inline |
Definition at line 82 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 78 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 80 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 76 of file zoom_video_sdk_livestream_helper_interface.h.
Referenced by IncomingLiveStreamStatus().