This is a brilliant video to get me started. I was down a rabbit hole for days on this one until the KZbin '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 Жыл бұрын
Great detailed examples that allow for much creative work! Fun and engaging videos. Thank you Nathaniel, learned a lot!
@TwilioDevs9 ай бұрын
Thanks for watching!
@arjunrana403810 ай бұрын
Are you using Twilio sdk?
@TwilioDevs9 ай бұрын
This video is using the Twilio Voice API: www.twilio.com/docs/voice
@DivyangRadadiya8 ай бұрын
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?
@TwilioDevs8 ай бұрын
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
@DivyangRadadiya8 ай бұрын
@@TwilioDevs It's just mentioned about statusCallbackEvent, there are not mentioned anything about how to use it, can you please guide me through this?
@DivyangRadadiya8 ай бұрын
@@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