ZoomVideoSdkLiveStreamHelper class
Live stream control interface.
Zoom Video SDK supports live streaming of a session to Facebook Live, YouTube Live, and a number of other custom live streaming platforms.
For more details, see https://marketplace.zoom.us/docs/sdk/video/android/advanced/live-stream/.
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkLiveStreamHelper
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canStartLiveStream(
) → Future< String> -
Determine whether the user can start a live stream.
ReturnZoomVideoSDKError_Successif the function succeeds. Otherwise, this function returns an error. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startLiveStream(
String streamUrl, String streamKey, String broadcastUrl) → Future< String> -
Start a live stream of the current session to the desired streaming platform, given the live stream url, key and broadcast url.
streamUrlthe live stream urlkeythe live stream keybroadcastUrlthe live stream broadcast url
ReturnZoomVideoSDKError_Successif the function succeeds. Otherwise, this function returns an error. -
stopLiveStream(
) → Future< String> -
Stop the current session's live stream.
ReturnZoomVideoSDKError_Successif the function succeeds. Otherwise, this function returns an error. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited