Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKLiveStreamHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3
11
21 int startLiveStream(String streamUrl, String key, String broadcastUrl);
22
30
38
39}
Live stream control interface. Zoom Video SDK supports live streaming of a session to Facebook Live,...
int stopLiveStream()
Stop the current session's live stream.
int canStartLiveStream()
Determine whether the user can start a live stream.
int startLiveStream(String streamUrl, String key, String broadcastUrl)
Start a live stream of the current session to the desired streaming platform, given the live stream u...