Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
<internal>
GroupCallStats
Class GroupCallStats
Hierarchy
GroupCallStats
Index
Constructors
constructor
Properties
gatherers
group
Call
Id
interval
reports
summary
Stats
Reporter
timer
user
Id
Methods
add
Stats
Report
Gatherer
get
Stats
Report
Gatherer
has
Stats
Report
Gatherer
process
Stats
remove
Stats
Report
Gatherer
start
stop
Constructors
constructor
new
Group
Call
Stats
(
groupCallId
:
string
, userId
:
string
, interval
?:
number
)
:
GroupCallStats
Parameters
groupCallId:
string
userId:
string
interval:
number
= 10000
Returns
GroupCallStats
Properties
Private
Readonly
gatherers
gatherers
:
Map
<
string
,
StatsReportGatherer
>
= ...
Private
group
Call
Id
group
Call
Id
:
string
Private
interval
interval
:
number
= 10000
Readonly
reports
reports
:
StatsReportEmitter
= ...
Private
Readonly
summary
Stats
Reporter
summary
Stats
Reporter
:
SummaryStatsReporter
= ...
Private
timer
timer
:
undefined
|
Timeout
Private
user
Id
user
Id
:
string
Methods
add
Stats
Report
Gatherer
add
Stats
Report
Gatherer
(
callId
:
string
, userId
:
string
, peerConnection
:
RTCPeerConnection
)
:
boolean
Parameters
callId:
string
userId:
string
peerConnection:
RTCPeerConnection
Returns
boolean
get
Stats
Report
Gatherer
get
Stats
Report
Gatherer
(
callId
:
string
)
:
undefined
|
StatsReportGatherer
Parameters
callId:
string
Returns
undefined
|
StatsReportGatherer
has
Stats
Report
Gatherer
has
Stats
Report
Gatherer
(
callId
:
string
)
:
boolean
Parameters
callId:
string
Returns
boolean
Private
process
Stats
process
Stats
(
)
:
void
Returns
void
remove
Stats
Report
Gatherer
remove
Stats
Report
Gatherer
(
callId
:
string
)
:
boolean
Parameters
callId:
string
Returns
boolean
start
start
(
)
:
void
Returns
void
stop
stop
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
matrix-
js-
sdk
<internal>
Content
Helpers
Secret
Storage
Group
Call
Stats
constructor
gatherers
group
Call
Id
interval
reports
summary
Stats
Reporter
timer
user
Id
add
Stats
Report
Gatherer
get
Stats
Report
Gatherer
has
Stats
Report
Gatherer
process
Stats
remove
Stats
Report
Gatherer
start
stop
Generated using
TypeDoc