get Defer CA
Defer certificate trust decisions to Android OS, overriding the default of certificate pinning for Twilio back-end connections.
Twilio client SDKs utilize certificate pinning to prevent man-in-the-middle attacks against your connections to our services. Customers in certain very specific environments may need to opt-out of this if custom certificate authorities must be allowed to intentionally intercept communications for security or policy reasons.
Setting this property to `true` for a Conversations Client instance will defer to Android to establish whether or not a given connection is providing valid and trusted TLS certificates.
Keeping this property at its default value of `false` allows the Twilio client SDK to determine trust when communicating with our servers.
The default value is `false`.