How to show call duration in status bar for VOIP call in iOS app?

I am making a VOIP application on iOS. I can show the call status if the application is in the background with red color. But, I can not show the duration of the call along with red, for example, as a native with green.

But if the call is active in my application and the application is in the background, I can show the status of the call by showing red using AVAudiorecorder.

But I need to display the duration of the call along with the active call status panel, I searched for so many sites, but I did not have a reliable solution.

Any suggestions.

+6
source share

All Articles