objective c - How to Remove top bar in the IOS CallKit? -


i using callkit , pushkit in app. after using callkit when app going in background red view show in top of screen have disconnected call.

how remove top view programmatically.

here screenshot of issue. enter image description here

i disconnecting phone call. using link

callkit call dissconnect

if using callkit framework, bar should green. red used indicate sip call without callkit framework implementation. if call ended , bar still there, means haven't ended call using callkit. means still indicates active sip call.

you can uuid of call when reportnewincomingcallwithuuid , when reporting outgoing call [[cxstartcallaction alloc] initwithcalluuid. in method create , pass uuid.

nsuuid *calluuid = [nsuuid uuid]; 

you have keep track of it!


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -