new url schema

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-09-20 15:36:02 +02:00
parent 0128fece80
commit 218562d622

View File

@@ -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]);