rtcRoom$onRoomStats method
@detail callback
@author yejing
@brief In-room call statistics callback.
After the user enters the room and starts the call, he receives this callback every 2s.
@param rtcRoom ByteRTCRoom object.
@param stats Current ByteRTCRoom statistics, see: ByteRTCRoomStats{@link #ByteRTCRoomStats}
Implementation
FutureOr<void> rtcRoom$onRoomStats(
ByteRTCRoom rtcRoom, ByteRTCRoomStats stats) async {}