mirror of
https://github.com/element-hq/element-call.git
synced 2026-09-02 00:29:30 +00:00
update leave
This commit is contained in:
+1
-1
@@ -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