CLIENT-6420 The static library dependencies are now embedded in libTwilioVoice.a
The libboringssl.a library is now separated and shipped alongside the static library libTwilioVoice.a. Add -lboringssl in the Other Linker Flags to link the SDK properly.
CLIENT-6438 Added customParameters property to TVOCancelledCallInvite.
CLIENT-4943 Restrictive networks may fail unless ICE servers are provided via TVOConnectOptions or TVOAcceptOptions. ICE servers can be obtained from Twilio's Network Traversal Service.
Enhancements
libTwilioVoice.a
libboringssl.a
library is now separated and shipped alongside the static librarylibTwilioVoice.a
. Add-lboringssl
in the Other Linker Flags to link the SDK properly.customParameters
property toTVOCancelledCallInvite
.Pass custom parameters in TwiML
cancelledCallInvite.customParameters
:Known Issues
TVOConnectOptions
orTVOAcceptOptions
. ICE servers can be obtained from Twilio's Network Traversal Service.