RoomLiveControllerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RoomLiveControllerPlatform

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

addLiveStreamTask(String roomUuid, NERoomLiveStreamTaskInfo taskInfo) Future<VoidResult>
getLiveInfo(String roomUuid) Future<NEResult<NERoomLiveInfo?>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLiveStreamTask(String roomUuid, String taskID) Future<VoidResult>
startLive(String roomUuid, NERoomLiveRequest request) Future<NEResult<NERoomLiveInfo?>>
stopLive(String roomUuid) Future<VoidResult>
toString() String
A string representation of this object.
inherited
updateLive(String roomUuid, NERoomLiveRequest request) Future<NEResult<NERoomLiveInfo?>>
updateLiveStreamTask(String roomUuid, NERoomLiveStreamTaskInfo taskInfo) Future<VoidResult>

Operators

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

Static Properties

instance RoomLiveControllerPlatform
getter/setter pair