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

Detailed Description

Status information for an incoming live stream.

Definition at line 118 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 126 of file ZMVideoSDKLiveStreamHelper.h.

◆ isStreamPushed

- (BOOL) isStreamPushed
readnonatomicassign

Has the video stream been pushed to the session.

Definition at line 130 of file ZMVideoSDKLiveStreamHelper.h.

◆ strStreamKeyID

- (NSString*) strStreamKeyID
readnonatomiccopy

The incoming live stream ID.

Definition at line 122 of file ZMVideoSDKLiveStreamHelper.h.