export const CHANNEL_ROOM_PREFIX = "ch:"; export const channelRoom = (channelName: string): string => `${CHANNEL_ROOM_PREFIX}${channelName}`;