New url schema (#1554)
* new url schema Signed-off-by: Timo K <toger5@hotmail.de> Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -70,7 +70,7 @@ export const AppSelectionModal: FC<Props> = ({ 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]);
|
||||
|
||||
Reference in New Issue
Block a user