Member Junction
    Preparing search index...

    The REST update payload ITwilioRestLike calls(sid).update accepts (the subset we use).

    interface TwilioUpdateCallParams {
        Status?: "completed" | "canceled";
        Twiml?: string;
    }
    Index

    Properties

    Properties

    Status?: "completed" | "canceled"

    New call status — 'completed' ends the call.

    Twiml?: string

    Replacement TwiML — used for transfer (<Dial>…) and DTMF (<Play digits>…).