ContainerState enum

State of the current Live Share sessions backing fluid container.

Fields

added

The call to LiveShareHost.setContainerId() successfully created the container mapping for the current Live Share session.

alreadyExists

A container mapping for the current Live Share Session already exists and should be used when joining the sessions Fluid container.

conflict

The call to LiveShareHost.setContainerId() failed to create the container mapping due to another client having already set the container ID for the current Live Share session.

notFound

A container mapping for the current Live Share session doesn't exist yet.