Nutrient Web SDK
    Preparing search index...

    Class InstantClientServer

    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.

    Index

    Properties

    Properties

    clientId: string

    A unique ID string for every connected client. It does not persist across client reconnects.

    userId: undefined | null | string

    A user ID of the client. This ID is supplied by your backend. If the value is null, the client is considered anonymous.