Module views/OneToOne/store/pageState
Variables
Const COMPONENT_PAGE_STATE
COMPONENT_
PAGE_
STATE
: Readonly<{ ENDING
: "ending"; PREPARE_DEVICE
: "prepare_device"; REPLAY
: "replay"; STREAMING
: "streaming"; TUTORIAL
: "tutorial"; WAITING_ROOM
: "waiting_room" }> = ...Const PAGE_STATE
PAGE_
STATE
: Readonly<{ ENDING
: "ending"; ERROR
: "error"; INIT
: "init"; PREPARE_DEVICE
: "prepare_device"; REPLAY
: "replay"; STREAMING
: "streaming"; TUTORIAL
: "tutorial"; WAITING_ROOM
: "waiting_room" }> = ...Functions
setPageState
- setPageState(state: any): void