Compare commits

...

5 Commits

Author SHA1 Message Date
Timo
02bf13e1fb Merge branch 'livekit' into new_url_scema 2023-09-20 19:06:44 +02:00
Timo
2a1208a951 Update src/room/AppSelectionModal.tsx
Co-authored-by: Robin <robin@robin.town>
2023-09-20 16:05:04 +02:00
Timo K
e4a2813786 whitespace
Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-20 15:40:46 +02:00
Timo
911468dc76 Merge branch 'livekit' into new_url_scema 2023-09-20 15:40:22 +02:00
Timo K
218562d622 new url schema
Signed-off-by: Timo K <toger5@hotmail.de>
2023-09-20 15:39:24 +02:00

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:/");
result.searchParams.set("url", url.toString());
return result.toString();
}, [roomId, roomSharedKey]);