mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
@@ -62,7 +62,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
|
||||
return params;
|
||||
});
|
||||
|
||||
const result = new URL("element://call");
|
||||
const result = new URL("io.element.call:/call");
|
||||
result.searchParams.set("url", url.toString());
|
||||
return result.toString();
|
||||
}, [roomId, roomSharedKey]);
|
||||
|
||||
Reference in New Issue
Block a user