mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-11 04:27:03 +00:00
update leave
This commit is contained in:
@@ -307,7 +307,7 @@ export async function createMatrixRTCSdk(
|
||||
callViewModel.join();
|
||||
},
|
||||
leave: (): void => {
|
||||
callViewModel.hangup();
|
||||
callViewModel.leave();
|
||||
},
|
||||
stop: (): void => {
|
||||
leaveSubs.unsubscribe();
|
||||
|
||||
Reference in New Issue
Block a user