Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKIncomingLiveStreamStatus Class 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.
 

Detailed Description

Definition at line 40 of file ZMVideoSDKLiveStreamHelper.h.

Property Documentation

◆ isRTMPConnected

- (BOOL) isRTMPConnected
readnonatomicassign

Is the streaming software (such as OBS) connected to the Zoom platform.

Definition at line 48 of file ZMVideoSDKLiveStreamHelper.h.

◆ isStreamPushed

- (BOOL) isStreamPushed
readnonatomicassign

Has the video stream been pushed to the session.

Definition at line 52 of file ZMVideoSDKLiveStreamHelper.h.

◆ strStreamKeyID

- (NSString*) strStreamKeyID
readnonatomiccopy

The incoming live stream ID.

Definition at line 44 of file ZMVideoSDKLiveStreamHelper.h.