Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SendAgentJoinedEventRequestData<T>

    interface SendAgentJoinedEventRequestData<T extends Recipient> {
        sendEventRequestBody: SendAgentJoinedEventRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendEventRequestBody: SendAgentJoinedEventRequest<T>

    The event to be sent.