-
Notifications
You must be signed in to change notification settings - Fork 152
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
Open PR Bundle - iOS and Android to v5 #145
Conversation
update build.gradle as per recommendations in RN 0.57.8 update gradle to v 3.2.1
Awesome! I will test this next week. |
Thank you @mysport12 I had started working on merging already with this PR: #144 |
Make sure you have my latest commit that includes a missed changed in the podspec. |
private void setAudioFocus(boolean setFocus) { | ||
if (audioManager != null) { | ||
if (setFocus) { | ||
savedAudioMode = audioManager.getMode(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this savedAudioMode variable is not yet initialized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for testing, could you please review #144 ?
That is the PR which I finally intend to merge
This PR seeks to combine a few of the open PRs into one that can be reviewed all at once to bring both iOS and Android up to v5 SDKs
Master was forked and Feat/v4 #108 was merged in
Then Android was stepped to v4 via Twilio Voice Android SDK 4 #130
iOS was brought to v5 via Feat/v4 Twilio iOS v5 #138
Then Android was brought to v5 via Twilio Voice Android SDK 5 #142
Shout outs to the original PR contributors: @fabriziomoscon @Pagebakers @lonnylot and @aniravi24 - You all did the heavy lifting. Just trying to help with the merge effort
I avoided the formatting changes wherever possible and avoided the call -> activeCall variable name change in iOS
** Note haven't had a chance to test this out yet as I am just getting started on a project that will be using this. But figured it was worth the effort to pitch in and help if possible.