onWTNRemoteVideoStats method

FutureOr<void> onWTNRemoteVideoStats(
  1. String streamId,
  2. RemoteVideoStats stats
)

@detail callback @valid since 3.60. @author hanchenchen @brief Remote WTN video stream ID and statistics.
@param streamId ID of the WTN stream @param stats Remote WTN video stream statistics. See RemoteVideoStats{@link #RemoteVideoStats}. @order 0

Implementation

FutureOr<void> onWTNRemoteVideoStats(
    String streamId, RemoteVideoStats stats) async {}