Type Alias GroupCallStatsReportEventHandlerMap

GroupCallStatsReportEventHandlerMap: {
    GroupCall.byte_sent_stats: ((report: GroupCallStatsReport<ByteSentStatsReport>) => void);
    GroupCall.call_feed_stats: ((report: GroupCallStatsReport<CallFeedReport>) => void);
    GroupCall.connection_stats: ((report: GroupCallStatsReport<ConnectionStatsReport>) => void);
    GroupCall.summary_stats: ((report: GroupCallStatsReport<SummaryStatsReport>) => void);
}

The final report-events that get consumed by client.