NERoomLiveController class Null safety
- Inheritance
-
- Object
- NERoomBaseController
- NERoomLiveController
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isSupported → bool
-
Get whether the feature is supported.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
addAttachment(
String name, dynamic attachment) → void -
inherited
-
addLiveStreamTask(
NERoomLiveStreamTaskInfo taskInfo) → Future< VoidResult> -
clearAttachments(
) → void -
inherited
-
getAttachment(
String name) → dynamic -
inherited
-
getLiveInfo(
) → Future< NEResult< NERoomLiveInfo?> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
removeAttachment(
String name) → void -
inherited
-
removeLiveStreamTask(
String taskID) → Future< VoidResult> -
startLive(
NERoomLiveRequest request) → Future< NEResult< NERoomLiveInfo?> > -
stopLive(
) → Future< VoidResult> -
toString(
) → String -
A string representation of this object.
inherited
-
updateLive(
NERoomLiveRequest request) → Future< NEResult< NERoomLiveInfo?> > -
updateLiveStreamTask(
NERoomLiveStreamTaskInfo taskInfo) → Future< VoidResult>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited