Type Alias: SessionState
type SessionState = "none" | "requesting" | "active" | "ending";
Defined in: service-framework/src/runtime-adapter.ts:82
Where the host is in the session lifecycle.
type SessionState = "none" | "requesting" | "active" | "ending";
Defined in: service-framework/src/runtime-adapter.ts:82
Where the host is in the session lifecycle.