- Preparing search index...
- The search index is not available
matrix-js-sdk
Class StatsReportGatherer
Properties
Readonly
callId
callId: string
Private
Readonly
connectionStats
Private
currentStatsReport
Private
isActive
isActive: boolean = true
Private
Readonly
isFocus
isFocus: boolean = true
Private
previousStatsReport
Readonly
remoteUserId
remoteUserId: string
Private
Readonly
trackStats
Methods
getActive
- getActive(): boolean
-
Returns boolean
Private
handleError
- handleError(_: any): void
-
Returns void
Private
onSignalStateChange
- onSignalStateChange(): void
-
Returns void
Private
processAndEmitReport
- processAndEmitReport(): void
-
Returns void
processStats
- processStats(groupCallId: string, localUserId: string): Promise<SummaryStats>
-
Parameters
-
groupCallId: string
-
localUserId: string
Private
processStatsReport
- processStatsReport(groupCallId: string, localUserId: string): void
-
Parameters
-
groupCallId: string
-
localUserId: string
Returns void
setActive
- setActive(isActive: boolean): void
-
Returns void
stopProcessingStats
- stopProcessingStats(): void
-
Returns void