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

    Interface ManageParticipantRequestData

    interface ManageParticipantRequestData {
        callId: string;
        conferenceId: string;
        manageParticipantRequestBody?: ManageConferenceParticipantRequest;
    }
    Index

    Properties

    callId: string

    The unique identifier of the call. This value is generated by the system.

    conferenceId: string

    The unique identifier of the conference. The user sets this value.

    manageParticipantRequestBody?: ManageConferenceParticipantRequest