AboutSupportDeveloper GuideVersion 1.1.0

Interface ClientDetachedEvent

Emitted when a client has been detached from another client

interface ClientDetachedEvent {
    clientId: string;
}

Properties

Properties

clientId: string

The unique identifier of the client that was detached