forked from mystiq/hydrogen-web
reset retryCount when disconnecting
This commit is contained in:
parent
6b22078140
commit
230ccd95ab
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ export class Member {
|
|||
this.peerCall = undefined;
|
||||
this.localMedia?.dispose();
|
||||
this.localMedia = undefined;
|
||||
this.retryCount = 0;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue