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

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -