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
 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

Incoming live stream status.

Definition at line 46 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 54 of file ZoomVideoSDKLiveStreamHelper.h.

◆ isStreamPushed

- (BOOL) isStreamPushed
readwritenonatomicassign

Has the video stream been pushed to the session?

Definition at line 58 of file ZoomVideoSDKLiveStreamHelper.h.

◆ streamKeyID

- (NSString* _Nullable) streamKeyID
readwritenonatomiccopy

The incoming live stream ID.

Definition at line 50 of file ZoomVideoSDKLiveStreamHelper.h.