DeprecatedRoomEngineAPI class abstract

Implementers

Constructors

DeprecatedRoomEngineAPI()

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
sendCustomMessage(String message) Future<TUIActionCallback>
Send Custom Message
sendTextMessage(String message) Future<TUIActionCallback>
Send Text Message
startPushLocalAudio() → void
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// Start Pushing Local Audio
stopPushLocalAudio() → void
Stop Pushing Local Audio
switchCamera(bool isFrontCamera) Future<int?>
Switch front or rear camera
toString() String
A string representation of this object.
inherited
updateRoomSpeechModeByAdmin(TUISpeechMode mode) Future<TUIActionCallback>
Set Room Management Mode (Only accessible by administrators or group owners)

Operators

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