You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Include problem, use cases, benefits, and/or goals)
Problem : No support for earpiece option
Goal: I am using opentok-react-native in my project and my goal is to allow the user to use phone(earpiece), speaker and bluetooth options.
Use case: If someone needs to have privacy while streaming for audio-only calls, there can be two things to achieve that - earpiece or headphones. For instance, if the headphones are not charged or are not available for some other, we need to give the user the option to switch to phone(earpiece mode)
Proposal
I see opentok-react-native is using custom driver which is preventing me to switch to earpiece mode despite of trying many solutions and packages that force turn off the speaker. Is it possible to modify the audio driver so that it can support earpiece option. Additionally I tried implementing airplay to check for phone and speaker but that doesn't seem to pick both options because of the limitation we have for audio sources.
Links / references
Image of available options shown by airplay in opentok-react-native
The text was updated successfully, but these errors were encountered:
Feature Request
Description
Goal: I am using opentok-react-native in my project and my goal is to allow the user to use phone(earpiece), speaker and bluetooth options.
Use case: If someone needs to have privacy while streaming for audio-only calls, there can be two things to achieve that - earpiece or headphones. For instance, if the headphones are not charged or are not available for some other, we need to give the user the option to switch to phone(earpiece mode)
Proposal
I see opentok-react-native is using custom driver which is preventing me to switch to earpiece mode despite of trying many solutions and packages that force turn off the speaker. Is it possible to modify the audio driver so that it can support earpiece option. Additionally I tried implementing airplay to check for phone and speaker but that doesn't seem to pick both options because of the limitation we have for audio sources.
Links / references
Image of available options shown by airplay in opentok-react-native
The text was updated successfully, but these errors were encountered: