ILiveShareJoinResults interface
Response object from .joinContainer() in LiveShareClient
Properties
| container | Fluid container |
| created | Whether the local user was the one to create the container |
| services | Azure Container Services, which includes things like Fluid Audience |
| timestamp |
Live Share timestamp provider. Can be used to |
Property Details
container
Fluid container
container: IFluidContainer
Property Value
IFluidContainer
created
Whether the local user was the one to create the container
created: boolean
Property Value
boolean
services
Azure Container Services, which includes things like Fluid Audience
services: AzureContainerServices
Property Value
AzureContainerServices
timestampProvider
Live Share timestamp provider. Can be used to .getTimestamp() for a global clock value.
This reference timestamp value should be fairly consistent for all users in the session.
timestampProvider: ITimestampProvider
Property Value
ITimestampProvider