prevActiveNames
prevActiveNames: string[]
updateActiveNames
updateActiveNames: (activeNames: string[]) => void
updatePrevActiveNames
updatePrevActiveNames: (prevActiveNames: string[]) => void
recordingDisplayType
recordingDisplayType: "video" | "media" | "all"
recordingVideoOptimized
recordingVideoOptimized: boolean
activeNames
activeNames: string[]
shareScreenStarted
shareScreenStarted: boolean
addForBasic
addForBasic: boolean
updateAddForBasic
updateAddForBasic: (value: boolean) => void
itemPageLimit
itemPageLimit: number
updateItemPageLimit
updateItemPageLimit: (value: number) => void
updateMainHeightWidth
updateMainHeightWidth: (value: number) => void
reorderStreams
reorderStreams: (options: any) => Promise<void>
mainScreenPerson
mainScreenPerson: string
adminOnMainScreen
adminOnMainScreen: boolean
mainScreenFilled
mainScreenFilled: boolean
recordStarted
recordStarted: boolean
recordStopped
recordStopped: boolean
recordPaused
recordPaused: boolean
recordResumed
recordResumed: boolean
updatePrevScreenStates
updatePrevScreenStates: (states: ScreenState[]) => void allVideoStreams
allVideoStreams: any[]
oldAllStreams
oldAllStreams: any[]
OptionalscreenId
screenId?: string
OptionaladminVidID
adminVidID?: string
newLimitedStreams
newLimitedStreams: any[]
newLimitedStreamsIDs
newLimitedStreamsIDs: string[]
activeSounds
activeSounds: string[]
OptionalscreenShareIDStream
screenShareIDStream?: string
OptionalscreenShareNameStream
screenShareNameStream?: string
OptionaladminIDStream
adminIDStream?: string
OptionaladminNameStream
adminNameStream?: string
updateNewLimitedStreams
updateNewLimitedStreams: (streams: any[]) => void
updateNewLimitedStreamsIDs
updateNewLimitedStreamsIDs: (ids: string[]) => void
updateActiveSounds
updateActiveSounds: (sounds: string[]) => void
updateScreenShareIDStream
updateScreenShareIDStream: (id: string) => void
updateScreenShareNameStream
updateScreenShareNameStream: (name: string) => void
updateAdminIDStream
updateAdminIDStream: (id: string) => void
updateAdminNameStream
updateAdminNameStream: (name: string) => void
updateYouYouStream
updateYouYouStream: (streams: any[]) => void
changeVids
changeVids: ChangeVidsInvoker
OptionallocalSocket
localSocket?: Socket<DefaultEventsMap, DefaultEventsMap>
OptionalupdateDateState
updateDateState?: number | null
lastUpdate
lastUpdate: number | null
nForReadjust
nForReadjust: number | null
whiteboardStarted
whiteboardStarted: boolean
whiteboardEnded
whiteboardEnded: boolean
updateUpdateDateState
updateUpdateDateState: (timestamp: number | null) => void
updateLastUpdate
updateLastUpdate: (lastUpdate: number | null) => void
updateNForReadjust
updateNForReadjust: (nForReadjust: number) => void
breakOutRoomStarted
breakOutRoomStarted: boolean
breakOutRoomEnded
breakOutRoomEnded: boolean
hostNewRoom
hostNewRoom: number
meetingDisplayType
meetingDisplayType: string
prevMeetingDisplayType
prevMeetingDisplayType: string
updateBreakOutRoomStarted
updateBreakOutRoomStarted: (started: boolean) => void
updateBreakOutRoomEnded
updateBreakOutRoomEnded: (ended: boolean) => void
updateHostNewRoom
updateHostNewRoom: (room: number) => void
updateMeetingDisplayType
updateMeetingDisplayType: (type: string) => void
updateParticipantsAll
updateParticipantsAll: (participants: Participant[]) => void updateParticipants
updateParticipants: (participants: Participant[]) => void