AudioManager class abstract

Implementers

Constructors

AudioManager()

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
startAudioDump() Future<NEResult<void>>
开启音频dump
stopAudioDump() Future<NEResult<void>>
关闭音频dump
subscribeAllRemoteAudioStreams(bool subscribe) Future<NEResult<void>>
订阅会议内全部音频流
subscribeRemoteAudioStream(String accountId, bool subscribe) Future<NEResult<void>>
订阅会议内某一音频流
subscribeRemoteAudioStreams(List<String> accountIds, bool subscribe) Future<NEResult<List<String>>>
批量订阅会议内音频流
toString() String
A string representation of this object.
inherited

Operators

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