Packages > @fluid-experimental/odsp-client > OdspContainerServices

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.

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

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 (BETA)

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.

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

Signature

audience: IOdspAudience;