Video SDK for Android API Reference
Loading...
Searching...
No Matches
IncomingLiveStreamStatus.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
10 public String streamKeyID;
14 public boolean isRTMPConnected;
18 public boolean isStreamPushed;
19}
String streamKeyID
The incoming live stream ID.
boolean isStreamPushed
Has the video stream been pushed to the session? If false: no, if true: yes.
boolean isRTMPConnected
Is the streaming software(such as OBS) connected to the Zoom platform? If false: no,...