Using webhooks - Getting Started with Twilio Voice

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 9

  • @abrics3931
    @abrics3931 2 роки тому +1

    This is a brilliant video to get me started. I was down a rabbit hole for days on this one until the UA-cam 'algos' sent me this video. Only 8 minutes but as a complete novice it still took me hours to work through as I had to draw in other learning. Thanks Nathaniel, great teacher with really clear explanatory steps. I am straight out of Bootcamp and really enjoying my build.

  • @mohammadkhair7
    @mohammadkhair7 Рік тому +1

    Great detailed examples that allow for much creative work! Fun and engaging videos. Thank you Nathaniel, learned a lot!

    • @TwilioDevs
      @TwilioDevs  10 місяців тому

      Thanks for watching!

  • @arjunrana4038
    @arjunrana4038 11 місяців тому

    Are you using Twilio sdk?

    • @TwilioDevs
      @TwilioDevs  10 місяців тому

      This video is using the Twilio Voice API: www.twilio.com/docs/voice

  • @DivyangRadadiya
    @DivyangRadadiya 9 місяців тому

    Status webhook is only called when status changed to Call ended, it's not get executed when status in ringing or on call, is there any way to do?

    • @TwilioDevs
      @TwilioDevs  9 місяців тому

      It's only called on CallEnded by default but there are other events you can receive by specifying them: www.twilio.com/docs/voice/twiml/number#attributes-status-callback-event

    • @DivyangRadadiya
      @DivyangRadadiya 9 місяців тому

      @@TwilioDevs It's just mentioned about statusCallbackEvent, there are not mentioned anything about how to use it, can you please guide me through this?

    • @DivyangRadadiya
      @DivyangRadadiya 9 місяців тому

      @@TwilioDevs Actually i am using @twilio/voice-sdk library for frontend(Reactjs) and twilio lib. for backend(Expressjs)
      I have specified the status callback webhook in my TwiML app.
      But it will only gets executed when call status is ended.
      But i also want to keep track on call status initiated, ringing, answered
      You have told me about status-callback-events
      But i didn't find how to use it with the call