/** * Subscribe to users entering or leaving the room */ export type RealtimeUsers = "in" | "out" | "all" | "none";