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