update leave

This commit is contained in:
Timo K
2026-02-05 06:33:51 +01:00
parent 42efc05bd0
commit 2e26193c4a

View File

@@ -307,7 +307,7 @@ export async function createMatrixRTCSdk(
callViewModel.join();
},
leave: (): void => {
callViewModel.hangup();
callViewModel.leave();
},
stop: (): void => {
leaveSubs.unsubscribe();