Skip to content
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

Closed
wants to merge 15 commits into from
Closed

Open PR Bundle - iOS and Android to v5 #145

wants to merge 15 commits into from

Conversation

mysport12
Copy link

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.

@Pagebakers
Copy link
Contributor

Awesome! I will test this next week.

@fabriziomoscon
Copy link
Collaborator

Thank you @mysport12 I had started working on merging already with this PR: #144
where I have listed a number of tests and steps that I must go through to complete the merge
I will look at the difference between my work and your
a2e2c33

@mysport12
Copy link
Author

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();

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

Copy link
Collaborator

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

@mysport12 mysport12 closed this Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants