onRoomStats property

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

@detail callback @author yejing @brief Room call statistics callback.
After the user enters the room and starts the call, he receives this callback every 2s. @param stats Summary statistics in the room. See RTCRoomStats{@link #RTCRoomStats}.

Implementation

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