Member Junction
    Preparing search index...

    Bridges RealtimeSessionService's native lifecycle observables to the generic SessionLifecycleEvent shape the runtime expects.

    Lifecycle. Construct once at host bootstrap (see ConversationsRuntimeBootstrap), pass to ConversationsRuntime.Instance.UseSessionsAdapter(...), and the runtime owns subscription/teardown via SessionsObserver. The adapter itself holds the subscriptions to the voice service and exposes them merged into one stream.

    Call Dispose when tearing down the host (typically only in tests — production hosts run for the lifetime of the page).

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    SessionLifecycle$: Observable<SessionLifecycleEvent>

    Push stream of session lifecycle events. Subscribers are typically the runtime's SessionsObserver, which re-broadcasts to widget consumers via ConversationsRuntime.Instance.Sessions.SessionLifecycle$.

    Methods