Video SDK for MacOS API Reference
|
Status information for an incoming live stream. More...
#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. | |
Status information for an incoming live stream.
Definition at line 118 of file ZMVideoSDKLiveStreamHelper.h.
|
readnonatomicassign |
Is the streaming software (such as OBS) connected to the Zoom platform.
Definition at line 126 of file ZMVideoSDKLiveStreamHelper.h.
|
readnonatomicassign |
Has the video stream been pushed to the session.
Definition at line 130 of file ZMVideoSDKLiveStreamHelper.h.
|
readnonatomiccopy |
The incoming live stream ID.
Definition at line 122 of file ZMVideoSDKLiveStreamHelper.h.