Twilio Conversations Client iOS 1.2.0
Features:
- The SDK now supports HTTP proxy. Proxy could be enabled by using a new flag
useProxy
passed to client properties on a client creation. Settings are read from the system configuration. - Added ability to defer certificates check to the OS (disable pinning) using new flag
deferCertificateTrustToPlatform
passed to client properties on a client creation.