OdspContainerServices Interface
OdspContainerServices is returned by the OdspClient alongside a FluidContainer. It holds the functionality specifically tied to the ODSP service, and how the data stored in the FluidContainer is persisted in the backend and consumed by users. Any functionality regarding how the data is handled within the FluidContainer itself, i.e. which data objects or DDSes to use, will not be included here but rather on the FluidContainer class itself.
To use, import via @fluidframework/odsp-client/beta
.
For more information about our API support guarantees, see here.
Signature
export interface OdspContainerServices
Properties
Property | Alerts | Type | Description |
---|---|---|---|
audience | Beta |
IOdspAudience | Provides an object that facilitates obtaining information about users present in the Fluid session, as well as listeners for roster changes triggered by users joining or leaving the session. |
Property Details
audience
Provides an object that facilitates obtaining information about users present in the Fluid session, as well as listeners for roster changes triggered by users joining or leaving the session.
To use, import via @fluidframework/odsp-client/beta
.
For more information about our API support guarantees, see here.
Signature
audience: IOdspAudience;
Type: IOdspAudience