AboutSupportDeveloper GuideVersion 1.3.1

Interface ClientDetachedEvent

Emitted when a client has been detached from another client

interface ClientDetachedEvent {
    clientId: string;
    detachedGroupId: string;
}

Properties

clientId: string

The unique identifier of the client that was detached

detachedGroupId: string

The ID of the group from which the client was detached