RTCRangeAudio class abstract

Range audio instance

Constructors

RTCRangeAudio()

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

enableRangeAudio(bool enable) Future<void>
Enables/disables the range audio function.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttenuationModel({required AttenuationType type, required double coefficient}) Future<int?>
Set the volume attenuation mode of the range audio.
setNoAttenuationFlags(List<String> flags) Future<void>
Sets the flags to mark the user groups, within which the users talk without attenuation.
toString() String
A string representation of this object.
inherited
updatePosition(Position pos) Future<int?>
Updates the coordinate of the local user's position in the rectangular coordinate system in the current room.
updateReceiveRange(ReceiveRange range) Future<int?>
Updates the audio receiving range for the local user.

Operators

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