onRTCStats abstract method

void onRTCStats({
  1. required HMSRTCStatsReport hmsrtcStatsReport,
})

This callback provides combined stats for the session.

Implementation

void onRTCStats({
  required HMSRTCStatsReport hmsrtcStatsReport,
});