Video SDK for Android API 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. | |
Incoming live stream status.
Definition at line 6 of file IncomingLiveStreamStatus.java.
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.
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.
String us.zoom.sdk.IncomingLiveStreamStatus.streamKeyID |
The incoming live stream ID.
Definition at line 10 of file IncomingLiveStreamStatus.java.