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.
i disconnecting phone call. using link
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
Post a Comment