activeNames
activeNames: string[]
prevActiveNames
prevActiveNames: string[]
updateActiveNames
updateActiveNames: ((activeNames: string[]) => void)
updatePrevActiveNames
updatePrevActiveNames: ((prevActiveNames: string[]) => void)
socket
socket: Socket<DefaultEventsMap, DefaultEventsMap>
Optional
localSocket
localSocket?: Socket<DefaultEventsMap, DefaultEventsMap>
Optional
updateDateState
updateDateState?: null | number
lastUpdate
lastUpdate: null | number
nForReadjust
nForReadjust: number
shareScreenStarted
shareScreenStarted: boolean
whiteboardStarted
whiteboardStarted: boolean
whiteboardEnded
whiteboardEnded: boolean
updateUpdateDateState
updateUpdateDateState: ((timestamp: null | number) => void)
updateLastUpdate
updateLastUpdate: ((lastUpdate: null | number) => void)
updateNForReadjust
updateNForReadjust: ((nForReadjust: number) => void)