room url copy button for ics

This commit is contained in:
Igor Loskutov
2025-09-16 16:52:12 -04:00
parent 88fe0e051d
commit f4d59a4af8
5 changed files with 101 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
import { roomUrl } from "./routes";
export const roomAbsoluteUrl = (roomName: string) =>
`${window.location.origin}${roomUrl(roomName)}`;