OnRoomStatsType typedef

OnRoomStatsType = void Function(RTCRoomStats stats)

stats: Summary statistics in the room.

Implementation

typedef OnRoomStatsType = void Function(RTCRoomStats stats);