reset retryCount when disconnecting

This commit is contained in:
Bruno Windels 2022-04-27 17:33:12 +02:00
parent 6b22078140
commit 230ccd95ab
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ export class Member {
this.peerCall = undefined;
this.localMedia?.dispose();
this.localMedia = undefined;
this.retryCount = 0;
});
}