You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Remove unintentional commit
This commit is contained in:
@@ -1471,11 +1471,6 @@ export class MatrixCall extends EventEmitter {
|
||||
private async terminate(hangupParty: CallParty, hangupReason: CallErrorCode, shouldEmit: boolean) {
|
||||
if (this.callHasEnded()) return;
|
||||
|
||||
const stats = await this.peerConn.getStats();
|
||||
for (const s of stats.keys()) {
|
||||
console.log(stats.get(s));
|
||||
}
|
||||
|
||||
if (this.inviteTimeout) {
|
||||
clearTimeout(this.inviteTimeout);
|
||||
this.inviteTimeout = null;
|
||||
|
||||
Reference in New Issue
Block a user