-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VBLOCKS-3454] Quickstart Refactor #629
[VBLOCKS-3454] Quickstart Refactor #629
Conversation
Found two issues we might consider addressing with this PR. |
@ocarevs Thanks for finding those bugs, they should be fixed now, along with some other issues that were not reported. |
* Refactored quickstart to simplify - Now target is API 34 - Simplified incomming call notification flow * removed proxy activity - Voice service is foregrounded only durring actual call * No longer does the Voice Service attempt to foreground when activity is in background - No more exception on newer API versions for accessing the Microphone from the background - One centeral service for handling all voice actions - Added notification for when a call is in progress
Contributing to Twilio