matrix-js-sdk
Preparing search index...
matrix
<internal>
CallStatsReportGatherer
Class CallStatsReportGatherer
Index
Constructors
constructor
Properties
call
Id
Methods
get
Active
process
Stats
set
Active
set
Opponent
Member
Id
stop
Processing
Stats
Constructors
constructor
new
CallStatsReportGatherer
(
callId
:
string
,
opponentMemberId
:
string
,
pc
:
RTCPeerConnection
,
emitter
:
StatsReportEmitter
,
isFocus
?:
boolean
,
)
:
CallStatsReportGatherer
Parameters
callId
:
string
opponentMemberId
:
string
pc
:
RTCPeerConnection
emitter
:
StatsReportEmitter
isFocus
:
boolean
= true
Returns
CallStatsReportGatherer
Properties
Readonly
call
Id
callId
:
string
Methods
get
Active
getActive
()
:
boolean
Returns
boolean
process
Stats
processStats
(
groupCallId
:
string
,
localUserId
:
string
,
)
:
Promise
<
CallStatsReportSummary
>
Parameters
groupCallId
:
string
localUserId
:
string
Returns
Promise
<
CallStatsReportSummary
>
set
Active
setActive
(
isActive
:
boolean
)
:
void
Parameters
isActive
:
boolean
Returns
void
set
Opponent
Member
Id
setOpponentMemberId
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
stop
Processing
Stats
stopProcessingStats
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
call
Id
Methods
get
Active
process
Stats
set
Active
set
Opponent
Member
Id
stop
Processing
Stats
matrix-js-sdk
Loading...