twilio / voice-quickstart-objc

Twilio Voice Quickstart for iOS with Objective-C
MIT License
39 stars 24 forks source link

Using TwilioVoice 5.0.0 #184

Closed piyushtank closed 5 years ago

piyushtank commented 5 years ago

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

Twlio Voice SDK 5.0.0 Changelog

iOS 13 & Xcode 11 Support

This release adds support for the new PushKit push notification policy that iOS 13 and Xcode 11 introduced. To upgrade your application please follow the migration guide.

Insights

To provide observability for incoming call cancellations the following Insights events have been added:

Event Group Event Name Level Description
connection listen info Reported when an attempt to listen for cancellations is made
connection listening info Reported when an attempt to listen for cancellations has succeeded
connection cancel info Reported when a cancellation has been reported
connection listening-error error Reported when an attempt to listen for a cancellation has failed
registration unsupported-cancel-message-error error Reported when a "cancel" push notification is processed by the SDK. This version of the SDK does not support "cancel" push notifications
API Changes