-
Notifications
You must be signed in to change notification settings - Fork 120
Audio changes #579
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
Audio changes #579
Conversation
🦋 Changeset detectedLatest commit: 65c59c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| AudioDevice.WiredHeadset::class.java, | ||
| AudioDevice.Earpiece::class.java, | ||
| AudioDevice.Speakerphone::class.java, | ||
| AudioDevice.Earpiece::class.java, |
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.
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.
Didnt see that bug before making this change; our other SDKs use this ordering, so this is to align with that.
Connecting/disconnecting shouldn't change or reset the order, if it does, then that's a bug.
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 see. If you have time, could you take a look at the bug please? I think that might be related.
Thanks a lot.
|
Hi, @davidliu, the doc comment fro |
|
@adrian-niculescu Thanks for reminding me. Fixed in #584. |
* Explicitly expose AudioSwitchHandler * Default prioritizing speaker over earpiece
No description provided.