Type alias GroupCallStatsReportEventHandlerMap

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

Type declaration

Generated using TypeDoc