matrix-js-sdk
Preparing search index...
matrix
<internal>
GroupCallStatsReportEventHandlerMap
Type Alias GroupCallStatsReportEventHandlerMap
The final report-events that get consumed by client.
type
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
;
}
Index
Properties
Group
Call.byte_
sent_
stats
Group
Call.call_
feed_
stats
Group
Call.connection_
stats
Group
Call.summary_
stats
Properties
Group
Call.byte_
sent_
stats
"GroupCall.byte_sent_stats"
:
(
report
:
GroupCallStatsReport
<
ByteSentStatsReport
>
,
)
=>
void
Group
Call.call_
feed_
stats
"GroupCall.call_feed_stats"
:
(
report
:
GroupCallStatsReport
<
CallFeedReport
>
,
)
=>
void
Group
Call.connection_
stats
"GroupCall.connection_stats"
:
(
report
:
GroupCallStatsReport
<
ConnectionStatsReport
>
,
)
=>
void
Group
Call.summary_
stats
"GroupCall.summary_stats"
:
(
report
:
GroupCallStatsReport
<
SummaryStatsReport
>
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Group
Call.byte_
sent_
stats
Group
Call.call_
feed_
stats
Group
Call.connection_
stats
Group
Call.summary_
stats
matrix-js-sdk
Loading...
The final report-events that get consumed by client.