1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Add remote user and call id in webrtc call stats (#3413)

* Refactor names in webrtc stats

* Refactor summary stats reporter to gatherer

* Add call and opponent member id to call stats reports

* Update opponent member when we know them

* Add missing return type

* remove async in test

* mark new stats property as optional to avoid braking changes
This commit is contained in:
Enrico Schwendig
2023-06-01 17:07:44 +02:00
committed by GitHub
parent feb424b0a9
commit 9c5c7ddb17
5 changed files with 31 additions and 6 deletions

View File

@ -158,7 +158,7 @@ describe("CallStatsReportGatherer", () => {
collector = new CallStatsReportGatherer(CALL_ID, USER_ID, rtcSpy, emitter);
});
it("in case of stable, parse remote and local description", async () => {
it("in case of stable, parse remote and local description", () => {
// @ts-ignore
const mediaSsrcHandler = {
parse: jest.fn(),