agentActive
agentActive: boolean
agentId
agentId: string | null
agentIds
agentIds: string[]
assistantIntroRef
assistantIntroRef: MutableRefObject<PseudonymousMessage[]>
chatIntroRef
chatIntroRef: MutableRefObject<PseudonymousMessage[]>
chatPasscode
chatPasscode: string
conversationFeatures
conversationFeatures: { enabled?: boolean; name: string }[]
eventDescription
eventDescription: string
eventName
eventName: string
eventStatus
eventStatus: "active" | "future" | "ended"
eventStatusLoaded
eventStatusLoaded: boolean
feedbackFrequency
feedbackFrequency: number
generalError
generalError: string | null
hasJoinedConvRef
hasJoinedConvRef: MutableRefObject<boolean>
initialJoinComplete
initialJoinComplete: boolean
moderators
moderators: { bio: string; name: string }[]
paramsError
paramsError: { header: string; params: string[] } | null
setGeneralError
setGeneralError: Dispatch<SetStateAction<string | null>>
setInitialJoinComplete
setInitialJoinComplete: Dispatch<SetStateAction<boolean>>
setShowEventStatusDialog
setShowEventStatusDialog: Dispatch<SetStateAction<boolean>>
showEventStatusDialog
showEventStatusDialog: boolean
speakers
speakers: { bio: string; name: string }[]
transcriptPasscode
transcriptPasscode: string