Options
All
  • Public
  • Public/Protected
  • All
Menu

Returned from LiveShareHost.get/setFluidContainerId() to specify the container mapping for the current Live Share session.

Hierarchy

  • IFluidContainerInfo

Index

Properties

containerId: undefined | string

ID of the container to join for the meeting. Undefined if the container hasn't been created yet.

containerState: ContainerState

State of the containerId mapping.

retryAfter: number

If containerId is undefined and shouldCreate is false, the container isn't ready but another client is creating it. The local client should wait the specified amount of time and then ask for the container info again.

shouldCreate: boolean

If true, the local client should create the container and then save the created containers ID to the mapping service.

Generated using TypeDoc