LiveCoreController class abstract

Live core widget controller protocol

Constructors

LiveCoreController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLiveID(String liveID) → void
Set live ID. Should set live ID before using other interfaces.
startPreviewLiveStream(String roomID, bool isMuteAudio, TUIPlayCallback? playCallback) → void
Preview outside room.
stopPreviewLiveStream(String roomID) → void
Stop preview outside room.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

callExperimentalAPI(String jsonStr) → void
Call experimental API
create(CoreViewType type) LiveCoreController
Create LiveCoreController