-
Notifications
You must be signed in to change notification settings - Fork 445
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
fix(ios): The getAudioRoutes changes the selected audio route #557
Open
rcidt
wants to merge
23
commits into
react-native-webrtc:master
Choose a base branch
from
net2phone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a51cb74
fix(ios): The getAudioRoutes changes the selected audio route #540
rcidt 1df080f
fix: [MOB-4845] Crashlytics: [__NSArray0 objectAtIndex:]: index 0 bey…
rcidt 9498a35
First fore bluetooth tryout commit.
sasaobadicidt b49e6a7
Merge pull request #10 from coretech/force-bt
rcidt d6b763c
Additional flag fix if BT selected back as primary
sasaobadicidt b9a8c4b
Merge pull request #11 from coretech/force-bt
rcidt fcd5e06
Fixes audio routing issues on incoming calls when connected to BT
rcidt dcc5158
Adds localbroadcastmanager support
rcidt 6965f41
Revert "Adds localbroadcastmanager support"
rcidt a2ca441
Sets fixed RN version
rcidt 8caab0a
Adds group calling api
rcidt d837589
bug/MOB-5197: 3 way calling: Call is ended after tap merge button (A…
rcidt b80f36e
bug/MOB-5897: Phone sound gets activated instead of Speaker one after…
rcidt 06dddf6
Adds missing js methods
rcidt 8434364
bug/MOB-5329: iOS: No outbound call ringing sound when placing a call…
rcidt ac2e934
Merge branch 'master' into bug/MOB-5329
rcidt 707055f
Merge branch 'callkit-fix'
rcidt c6beb0e
Merge branch 'master' into bug/MOB-5329
rcidt 6228ac9
Update AndroidManifest.xml
rcidt 48840d5
Update build.gradle
rcidt 44378f7
Merge pull request #14 from net2phone/bug/MOB-5329
rcidt 3d1bccf
Update build.gradle
rcidt df3c620
Fix no audio if app killed before call
janusz-kol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Tested and I noticed if we remove the
setCategory
from thegetAudioInputs
, the availableInputs are not up-to-date, I mean if in the meantime you remove a connected bluetooth device, the availableInputs are not updatedThere 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.
@nagyszili I am not seeing that issue. Are you relying on the
RNCallKeepDidChangeAudioRoute
event or are you using thegetAudioRoutes
method?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.
I'm using the
getAudioRoutes
, please try it when a call is connected, my suggestion is to set the category in thegetAudioInputs
when there is no call connected