You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ see [[Limitations]](https://github.com/cybex-dev/twilio_voice/blob/master/NOTES.
89
89
90
90
### Android Setup:
91
91
92
-
Firstly, ensure you place this in your app's proguard-rules.pro file:
92
+
Firstly, ensure you place this in your app's `proguard-rules.pro` file:
93
93
```proguard
94
94
# Twilio Programmable Voice
95
95
-keep class com.twilio.** { *; }
@@ -189,6 +189,15 @@ See [example](https://github.com/cybex-dev/twilio_voice/blob/master/example/andr
189
189
- Callback action on post dialer screen may not work as expected - this is platform and manufacturer specific. PRs are welcome here.
190
190
- Complete integration with showing missed calls. This is a work in progress.
191
191
192
+
#### FAQ:
193
+
1. **Why are calls failing in release mode?**
194
+
195
+
There are certainly a number of factors, but for starting point:
196
+
1. first review [Android Setup](README.md#android-setup) closely.
197
+
2. Compare the example app's configuration files to your app.
198
+
3. Ensure you have the required [Proguard rules](#android-setup) to ensure the Twilio Voice SDK is not being obfuscated. If you are using a custom Proguard file, ensure the Twilio Voice SDK classes are not being obfuscated.
0 commit comments