-
Notifications
You must be signed in to change notification settings - Fork 39
feat: move audio route manager inside SDK #1840
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
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
6cb9ced
feat: ios audio switch
santhoshvai caf3e7c
move the main thread stuff to utils method
santhoshvai a7edeac
add android device listing method
santhoshvai b3e0987
init android module
santhoshvai fc7b3f8
remove existing in call manager
santhoshvai 845fdc8
remove testing code
santhoshvai e48084c
add android switching
santhoshvai 2e3f356
fix: do not show all bt devices on android 11 and below
santhoshvai 5993f27
reformatting of files
santhoshvai 0995cba
wip: mute and unmute android
santhoshvai 37cc418
Merge branch 'main' into audio-sdk-impl
santhoshvai 2ba7caf
wip audio modes
santhoshvai c3c0cb5
Merge branch 'main' into audio-sdk-impl
santhoshvai fabe824
minor: removal of unused refs
santhoshvai 0deb81e
android v1
santhoshvai f327a8b
Merge branch 'main' into audio-sdk-impl
santhoshvai 278c5a4
fix compilatior error
santhoshvai e4012d7
Merge branch 'main' into audio-sdk-impl
santhoshvai 141a9df
fix: listener creation before js bridge being ready
santhoshvai 26773fd
chore: best to not create listener before js bridge being ready
santhoshvai 51f13cb
Merge branch 'main' into audio-sdk-impl
santhoshvai 9837612
feat: add iOS support
santhoshvai 5764fec
fix: viewer livestream issues
santhoshvai c8fcd6b
add incallmanager to livestream
santhoshvai 8736323
wip ios
santhoshvai c8e35d8
fix: dimensions in live stream
santhoshvai 7d26cd7
add more log
santhoshvai 80157e1
fix typo
santhoshvai 50039ad
remove method
santhoshvai 2a9039f
last addition for listener mode
santhoshvai 0873f4d
render swithc drawer only on android
santhoshvai 6ade133
add lib detector
santhoshvai 75d9f5d
prev lib detection addtion
santhoshvai 9dbcfdf
wip api changes after docs
santhoshvai f97e00c
renamed to StreamInCallManagerModule
santhoshvai 6abe090
wip - mute or unmute for ios
santhoshvai b38f735
move to using own mute and unmute for livestream
santhoshvai ec2e804
update webrtc
santhoshvai c68ef73
Merge remote-tracking branch 'origin/main' into audio-sdk-impl
santhoshvai 9af0247
fix: android audio attributes setting
santhoshvai e097568
chore: lint fixes and unnecessary change removals
santhoshvai 84fb94c
update the webrtc version
santhoshvai 1a1adaa
Merge remote-tracking branch 'origin/main' into audio-sdk-impl
santhoshvai 927a221
ios cleanup
santhoshvai cbcc80b
duplicate static method removed
santhoshvai d3b7d3c
fix: no need of json parsing let rn bridge do it
santhoshvai e16d101
improve the API
oliverlaz 896b8af
improve js-docs
oliverlaz b2b878f
handle participant volume better, expose forceSpeakerphoneOn
oliverlaz a2bcc7b
Merge branch 'main' into audio-sdk-impl
oliverlaz 831095f
ensure "onAudioChanged" event fires on Android
oliverlaz 06e2100
ensure "onAudioChanged" event fires on Android
oliverlaz a105f1d
ensure the "onAudioChanged" event fires when the device list changes
oliverlaz 6966a52
reorganize
oliverlaz 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 hidden or 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
This file contains hidden or 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
4 changes: 0 additions & 4 deletions
4
packages/react-native-sdk/__mocks__/react-native-incall-manager.ts
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
unrelevant to this PR, but i found this small optimisation while doing webrtc snapsots myself