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

1
www/app/lib/routes.ts Normal file
View File

@@ -0,0 +1 @@
export const roomUrl = (roomName: string) => `/${roomName}`;