onRoomStats property

FutureOr<void> Function(RTCRoomStats stats)? onRoomStats
getter/setter pair

@detail callback @author yejing @brief 房间内通话统计信息回调。
用户进房开始通话后,每 2s 收到一次本回调。 @param stats 房间内的汇总统计数据。详见 RTCRoomStats{@link #RTCRoomStats}。

Implementation

FutureOr<void> Function(RTCRoomStats stats)? onRoomStats;