Video SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IncomingLiveStreamStatus Class Reference

Data Fields

String streamKeyID
 The incoming live stream ID.
 
boolean isRTMPConnected
 Is the streaming software(such as OBS) connected to the Zoom platform? If false: no, if true: yes.
 
boolean isStreamPushed
 Has the video stream been pushed to the session? If false: no, if true: yes.
 

Detailed Description

Incoming live stream status.

Definition at line 6 of file IncomingLiveStreamStatus.java.

Field Documentation

◆ isRTMPConnected

boolean us.zoom.sdk.IncomingLiveStreamStatus.isRTMPConnected

Is the streaming software(such as OBS) connected to the Zoom platform? If false: no, if true: yes.

Definition at line 14 of file IncomingLiveStreamStatus.java.

◆ isStreamPushed

boolean us.zoom.sdk.IncomingLiveStreamStatus.isStreamPushed

Has the video stream been pushed to the session? If false: no, if true: yes.

Definition at line 18 of file IncomingLiveStreamStatus.java.

◆ streamKeyID

String us.zoom.sdk.IncomingLiveStreamStatus.streamKeyID

The incoming live stream ID.

Definition at line 10 of file IncomingLiveStreamStatus.java.