twilio - Twillio Client To Client Call ios Never Recieve call method is didReceiveIncomingConnection -
i working on ios application using twilio sdk manage client calling through device. implement using hello monkey demo application have imported in xcode. after initial setup able establish connection receiving delegate no longer working. have gone through complete twilio documentation no success. please suggest alternative or solution asap. here code of hello monkey sample project - (void)viewdidload { nslog(@"clint id----------------------- %@",name); //check out https://github.com/twilio/mobile-quickstart server nsstring *urlstring = [nsstring stringwithformat:@"https://testdemo786.herokuapp.com/token?client=%@", name]; nsurl *url = [nsurl urlwithstring:urlstring]; nserror *error = nil; nsstring *token = [nsstring stringwithcontentsofurl:url encoding:nsutf8stringencoding error:&error]; if (token == nil) { nslog(@"error retrieving token: %@", [error localizeddescription]); } else { _phone = ...