How to authorize callkit, CXProvider.authorizationStatus is not avilable in latest version of xcode8 beta.
let cxpor = CXProvider(configuration: conf)
cxpor?.setDelegate(self, queue: DispatchQueue.main)
It's not available because authorization is no longer needed to use the API.