mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
reset retryCount when disconnecting
This commit is contained in:
parent
6b22078140
commit
230ccd95ab
@ -123,6 +123,7 @@ export class Member {
|
|||||||
this.peerCall = undefined;
|
this.peerCall = undefined;
|
||||||
this.localMedia?.dispose();
|
this.localMedia?.dispose();
|
||||||
this.localMedia = undefined;
|
this.localMedia = undefined;
|
||||||
|
this.retryCount = 0;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user