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
collectors
group
Call
Id
interval
reports
timer
user
Id
Methods
add
Stats
Collector
get
Stats
Collector
has
Stats
Collector
process
Stats
remove
Stats
Collector
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
collectors
collectors
:
Map
<
string
,
StatsCollector
>
= ...
Private
group
Call
Id
group
Call
Id
:
string
Private
interval
interval
:
number
= 10000
Readonly
reports
reports
:
StatsReportEmitter
= ...
Private
timer
timer
:
undefined
|
Timeout
Private
user
Id
user
Id
:
string
Methods
add
Stats
Collector
add
Stats
Collector
(
callId
:
string
, userId
:
string
, peerConnection
:
RTCPeerConnection
)
:
boolean
Parameters
callId:
string
userId:
string
peerConnection:
RTCPeerConnection
Returns
boolean
get
Stats
Collector
get
Stats
Collector
(
callId
:
string
)
:
undefined
|
StatsCollector
Parameters
callId:
string
Returns
undefined
|
StatsCollector
has
Stats
Collector
has
Stats
Collector
(
callId
:
string
)
:
boolean
Parameters
callId:
string
Returns
boolean
Private
process
Stats
process
Stats
(
)
:
void
Returns
void
remove
Stats
Collector
remove
Stats
Collector
(
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
default
Group
Call
Stats
constructor
collectors
group
Call
Id
interval
reports
timer
user
Id
add
Stats
Collector
get
Stats
Collector
has
Stats
Collector
process
Stats
remove
Stats
Collector
start
stop
Generated using
TypeDoc