Type alias GroupCallStatsReportEventHandlerMap

GroupCallStatsReportEventHandlerMap: {
    GroupCall.byte_sent_stats: ((report) => void);
    GroupCall.call_feed_stats: ((report) => void);
    GroupCall.connection_stats: ((report) => void);
    GroupCall.summary_stats: ((report) => void);
}

The final report-events that get consumed by client.

Type declaration

Generated using TypeDoc