RTCRangeAudio class abstract

范围语音接口实例

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>
开启/关闭范围语音功能
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttenuationModel({required AttenuationType type, required double coefficient}) Future<int?>
设置范围语音的音量衰减模式
setNoAttenuationFlags(List<String> flags) Future<void>
添加标签组,用于标记相互之间通话不衰减的用户组。
toString() String
A string representation of this object.
inherited
updatePosition(Position pos) Future<int?>
更新本地用户在房间内空间直角坐标系中的位置坐标
updateReceiveRange(ReceiveRange range) Future<int?>
更新本地用户的音频收听范围

Operators

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