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

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.
Return ZoomVideoSDKError_Success if 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.
streamUrl the live stream url
key the live stream key
broadcastUrl the live stream broadcast url
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
stopLiveStream() Future<String>
Stop the current session's live stream.
Return ZoomVideoSDKError_Success if 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