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