Using webhooks - Getting Started with Twilio Voice

Поделиться
HTML-код
  • Опубликовано: 29 окт 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 RUclips '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  9 месяцев назад

      Thanks for watching!

  • @DivyangRadadiya
    @DivyangRadadiya 7 месяцев назад

    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  7 месяцев назад

      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 7 месяцев назад

      @@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 7 месяцев назад

      @@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

  • @arjunrana4038
    @arjunrana4038 9 месяцев назад

    Are you using Twilio sdk?

    • @TwilioDevs
      @TwilioDevs  9 месяцев назад

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