onRoomStats property

  1. @override
OnRoomStatsType? onRoomStats
getter/setter pair

In-room call statistics callback.

After the user enters the room and starts the call, they will receive this callback every 2s.

Implementation

@override
abstract OnRoomStatsType? onRoomStats;