onRoomStats method
@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> onRoomStats(RTCRoomStats stats) async {}