Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IClientInfo interface
- Package:
- @microsoft/live-share
Returned from LiveShareHost.getClientInfo() to specify the user information for a given clientId.
Each user individually requests this data for each other user in the session, making it secure & trusted.
Properties
| displayName | Optional. The display name for the user. |
| roles | List of roles of the user. |
| userId | The user identifier that corresponds to the provided client identifier. |
Property Details
displayName
Optional. The display name for the user.
displayName?: string
Property Value
string
roles
userId
The user identifier that corresponds to the provided client identifier.
userId: string
Property Value
string
Feedback
Was this page helpful?
