AboutSupportDeveloper GuideVersion 1.1.0

Interface ClientsAttachedEvent

Emitted when a client has been attached to another client

interface ClientsAttachedEvent {
    attachedClientId: string;
    targetClientUd: string;
    targetSide: AttachSide;
}

Properties

attachedClientId: string

The unique identifier of the client that was attached

targetClientUd: string

The unique identifier of the client that was attached to

targetSide: AttachSide

The side of the target client that the attached client was attached to