Video SDK for iOS API Reference
|
#include <ZoomVideoSDKLiveStreamHelper.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | streamKeyID |
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 42 of file ZoomVideoSDKLiveStreamHelper.h.
|
readwritenonatomicassign |
Is the streaming software(such as OBS) connected to the Zoom platform?
Definition at line 50 of file ZoomVideoSDKLiveStreamHelper.h.
|
readwritenonatomicassign |
Has the video stream been pushed to the session?
Definition at line 54 of file ZoomVideoSDKLiveStreamHelper.h.
|
readwritenonatomiccopy |
The incoming live stream ID.
Definition at line 46 of file ZoomVideoSDKLiveStreamHelper.h.