objective c - How to do audio call in our application in ios -
i have 1 query how audio call functionality device device same whats app call , other application.
i have refereed quickblox , twillo documentation.can 1 have steps need follow.
any 1 can me in advance...
(i not able comment due low reputation)
could try https://stackoverflow.com/a/9955087/1474080?
if ([[[uidevice currentdevice] model] isequaltostring:@"iphone"]) { [[uiapplication sharedapplication] openurl:[nsurl urlwithstring:[nsstring stringwithformat:@"tel://%d", number]]]; }
or have seen documentation yet - using callkit under section, making outgoing calls. ? https://developer.apple.com/reference/callkit
Comments
Post a Comment