mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
meeting page frontend fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { roomUrl } from "./routes";
|
||||
import { NonEmptyString } from "./utils";
|
||||
|
||||
export const roomAbsoluteUrl = (roomName: string) =>
|
||||
export const roomAbsoluteUrl = (roomName: NonEmptyString) =>
|
||||
`${window.location.origin}${roomUrl(roomName)}`;
|
||||
|
||||
Reference in New Issue
Block a user