OnRoomStatsType typedef

OnRoomStatsType = void Function(RTCRoomStats stats)

stats:房间内的汇总统计数据

Implementation

typedef OnRoomStatsType = void Function(RTCRoomStats stats);