onWTNRemoteAudioStats method

FutureOr<void> onWTNRemoteAudioStats(
  1. String streamId,
  2. RemoteAudioStats stats
)

@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 {}