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

    Interface ManageWithCallLegRequestData

    interface ManageWithCallLegRequestData {
        callId: string;
        callLeg: string;
        manageWithCallLegRequestBody?: ManagedCallSvamlRequestBody;
    }
    Index

    Properties

    callId: string

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

    callLeg: string

    Specifies which part of the call will be managed. This option is used only by the PlayFiles and Say instructions to indicate which channel the sound will be played on. Valid options are caller, callee or both. If not specified, the default value is caller.
    The callLeg identifier is ignored for calls that are part of a conference and calls initiated using the Callout API.

    manageWithCallLegRequestBody?: ManagedCallSvamlRequestBody