Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKIncomingLiveStreamStatus Class Reference

Incoming live stream status. More...

#include <ZoomVideoSDKLiveStreamHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable streamKeyID
 Gets the incoming live stream ID.
 
BOOL isRTMPConnected
 Determines whether the streaming software (such as OBS) is connected to the Zoom platform.
 
BOOL isStreamPushed
 Determines whether the video stream has been pushed to the session.
 

Detailed Description

Incoming live stream status.

Definition at line 122 of file ZoomVideoSDKLiveStreamHelper.h.

Property Documentation

◆ isRTMPConnected

- (BOOL) isRTMPConnected
readwritenonatomicassign

Determines whether the streaming software (such as OBS) is connected to the Zoom platform.

Definition at line 130 of file ZoomVideoSDKLiveStreamHelper.h.

◆ isStreamPushed

- (BOOL) isStreamPushed
readwritenonatomicassign

Determines whether the video stream has been pushed to the session.

Definition at line 134 of file ZoomVideoSDKLiveStreamHelper.h.

◆ streamKeyID

- (NSString* _Nullable) streamKeyID
readwritenonatomiccopy

Gets the incoming live stream ID.

Definition at line 126 of file ZoomVideoSDKLiveStreamHelper.h.