onWTNRemoteAudioStats property

FutureOr<void> Function(String streamId, RemoteAudioStats stats)? onWTNRemoteAudioStats
getter/setter pair

@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> Function(String streamId, RemoteAudioStats stats)?
    onWTNRemoteAudioStats;