Stop connections on view model destroy

This commit is contained in:
Robin
2025-09-26 13:20:55 -04:00
parent 0759f9b27d
commit dbdf853d55
3 changed files with 21 additions and 9 deletions

View File

@@ -359,7 +359,6 @@ class UserMedia {
public destroy(): void {
this.scope.end();
this.vm.destroy();
}
}