diff --git a/src/room/AppSelectionModal.tsx b/src/room/AppSelectionModal.tsx index 10081189..a6216ee1 100644 --- a/src/room/AppSelectionModal.tsx +++ b/src/room/AppSelectionModal.tsx @@ -70,7 +70,7 @@ export const AppSelectionModal: FC = ({ roomId }) => { return params; }); - const result = new URL("element://call"); + const result = new URL("io.element.call:/"); result.searchParams.set("url", url.toString()); return result.toString(); }, [roomId, roomSharedKey]);