Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKIncomingLiveStreamStatus Class 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?
 

Detailed Description

Definition at line 42 of file ZoomVideoSDKLiveStreamHelper.h.

Property Documentation

◆ isRTMPConnected

- (BOOL) isRTMPConnected
readwritenonatomicassign

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

Definition at line 50 of file ZoomVideoSDKLiveStreamHelper.h.

◆ isStreamPushed

- (BOOL) isStreamPushed
readwritenonatomicassign

Has the video stream been pushed to the session?

Definition at line 54 of file ZoomVideoSDKLiveStreamHelper.h.

◆ streamKeyID

- (NSString* _Nullable) streamKeyID
readwritenonatomiccopy

The incoming live stream ID.

Definition at line 46 of file ZoomVideoSDKLiveStreamHelper.h.