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

Improve VoIP integrations testing (#2495)

This commit is contained in:
Šimon Brandner
2022-07-07 08:38:17 +02:00
committed by GitHub
parent 85a96c6467
commit 685cab38b9
5 changed files with 569 additions and 141 deletions

View File

@ -236,4 +236,8 @@ export class TestClient {
public isFallbackICEServerAllowed(): boolean {
return true;
}
public getUserId(): string {
return this.userId;
}
}