Default ISessionsAdapter for headless / non-Angular consumers. Emits
nothing — the runtime's SessionsObserver still constructs and exposes its
observable; subscribers just never receive events until a real adapter is
registered.
Existence of this default is a deliberate maintainability call: the runtime
is usable out-of-the-box without forcing every consumer to wire up sessions
infrastructure they may not have.
Push stream of session lifecycle events. Subscribers are typically the
runtime's SessionsObserver, which re-broadcasts to widget consumers
via ConversationsRuntime.Instance.Sessions.SessionLifecycle$.
Default ISessionsAdapter for headless / non-Angular consumers. Emits nothing — the runtime's
SessionsObserverstill constructs and exposes its observable; subscribers just never receive events until a real adapter is registered.Existence of this default is a deliberate maintainability call: the runtime is usable out-of-the-box without forcing every consumer to wire up sessions infrastructure they may not have.