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

    Interface ManagedCallSvamlRequestBody

    SVAML request body for managing ongoing, connected calls. Only hangup, continue, and park actions are valid on these endpoints.

    interface ManagedCallSvamlRequestBody {
        action?: ManagedCallSvamlAction;
        instructions?: SvamlInstruction[];
    }
    Index

    Properties

    The action that will control the call. Each SVAML object can only include one action.

    instructions?: SvamlInstruction[]

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