Video SDK for MacOS API Reference
|
#include <ZMVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Properties | |
NSString * | strStreamKeyID |
The incoming live stream ID. | |
BOOL | isRTMPConnected |
Is the streaming software (such as OBS) connected to the Zoom platform. | |
BOOL | isStreamPushed |
Has the video stream been pushed to the session. | |
Definition at line 40 of file ZMVideoSDKLiveStreamHelper.h.
|
readnonatomicassign |
Is the streaming software (such as OBS) connected to the Zoom platform.
Definition at line 48 of file ZMVideoSDKLiveStreamHelper.h.
|
readnonatomicassign |
Has the video stream been pushed to the session.
Definition at line 52 of file ZMVideoSDKLiveStreamHelper.h.
|
readnonatomiccopy |
The incoming live stream ID.
Definition at line 44 of file ZMVideoSDKLiveStreamHelper.h.