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

    Interface SVAMLRequestBody

    SVAML is a call control markup language. When a server receives a callback event from the Sinch platform, it can respond with a SVAML object to control the voice call. The following is an example of a SVAML object type and its contents.

    SVAML is context-specific. Use ManagedCallSvamlRequestBody for updateCall / manageCallWithCallLeg, or AceResponse, IceResponse, or PieResponse for callback responses.

    interface SVAMLRequestBody {
        action?: SvamlAction;
        instructions?: SvamlInstruction[];
    }
    Index

    Properties

    action?: SvamlAction

    SvamlAction

    instructions?: SvamlInstruction[]

    The collection of instructions that can perform various tasks during the call. You can include as many instructions as necessary.