I am using Twilio new voice SDK for iOS i.e Twilio programmable voice SDK I have successfully implemented for making outgoing call but not able to end call. In the Twilio SDK there is method of disconnect()
so i have implemented
var outgoingCall:TVOOutgoingCall?
outgoingCall?.disconnect()
For ending a call it is not giving any error but not ending call, Please give any suggestion.