I want to implement a functionality where users of my app can call each other on iOS. A convenient way would be using the built-in facetime. Is there a way how I can take the time the call lasted?
For example:
- Alice calls Bob.
- Bob takes call and timer starts
- As soon as the call is ended, the timer stops.
Can this be implemented using facetime?