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
Represents the parameters needed to start a Zoom Video SDK live stream.
Represents the settings for a Zoom Video SDK live stream.
Live stream control interface. Zoom Video SDK supports live streaming of a session to Facebook Live,...
boolean canGetOrUpdateLiveStreamSetting()
Checks if the current user has permission to get or update live stream settings.
int stopLiveStream()
Stop the current session's live stream.
int canStartLiveStream()
Determine whether the user can start a live stream.
int startLiveStream(ZoomVideoSDKLiveStreamParams param)
Starts a live stream for the current session using the specified parameters. See ZoomVideoSDKLiveStre...
ZoomVideoSDKLiveStreamSetting getCurrentLiveStreamSetting()
Gets the current live stream settings.
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...
int updateLiveStreamSetting(ZoomVideoSDKLiveStreamSetting setting)
Updates the live stream settings for the current session.