onWTNRemoteAudioStats method
@detail callback
@valid since 3.60.
@author hanchenchen
@brief Remote WTN audio stream ID and statistics.
@param streamId ID of the WTN stream
@param stats Remote WTN audio stream statistics. See RemoteAudioStats{@link #RemoteAudioStats}.
@order 1
Implementation
FutureOr<void> onWTNRemoteAudioStats(
String streamId, RemoteAudioStats stats) async {}