whatcall - v0.0.0
    Preparing search index...

    Service to interact with video data from Firestore.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    activeScenarioId$: BehaviorSubject<string | undefined> = ...

    Observable for activeScenarioId (or undefined)

    Methods

    • Set the activeScenarioId

      Parameters

      • OptionalscenarioId: string

        New activeScenario Id, or undefined to unset.

      Returns void