onWTNRemoteVideoStats property

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

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