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.
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
@@TwilioDevs It's just mentioned about statusCallbackEvent, there are not mentioned anything about how to use it, can you please guide me through this?
@@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
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.
Great detailed examples that allow for much creative work! Fun and engaging videos. Thank you Nathaniel, learned a lot!
Thanks for watching!
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?
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
@@TwilioDevs It's just mentioned about statusCallbackEvent, there are not mentioned anything about how to use it, can you please guide me through this?
@@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
Are you using Twilio sdk?
This video is using the Twilio Voice API: www.twilio.com/docs/voice