Get all calls currently in the callkit UI.
@override Iterable<CKCall> getCalls() { return _callManager.calls.values; }