Web SDK
Nutrient Web SDK
An InstantClient describes a single connection of a given user with the server.
This class is only available if you have a valid Nutrient Instant license.
You can retrieve an instance of InstantClient by using Instance#connectedClients.
A unique ID string for every connected client. It does not persist across client reconnects.
A user ID of the client. This ID is supplied by your backend. If the value is null, the client is considered anonymous.
null
An InstantClient describes a single connection of a given user with the server.
This class is only available if you have a valid Nutrient Instant license.
You can retrieve an instance of InstantClient by using Instance#connectedClients.