Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
GroupCallStatsReportEventHandlerMap
Type Alias GroupCallStatsReportEventHandlerMap
Group
Call
Stats
Report
Event
Handler
Map
:
{
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.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
matrix-js-sdk
Loading...
The final report-events that get consumed by client.