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
On Android, we've observed that when a user is in a call and plays a video, the audio output is switched to the SPEAKER, and the audio mode is changed to MODE_NORMAL. And after playing a video and then starting a call, there is still a problem with audio output and audio mode.
How to resolve
I found this PR introduced a change #3211 . In this change, the changeAudioOutput function was added during the initialization of the player core on Android. This function call forces the audio mode and audio output to change whenever a video is played, causing issues in calls.
We need to make this initialization process optional in the react-native-video library.
The text was updated successfully, but these errors were encountered:
Thank you for your issue report. Please note that the following information is missing or incomplete:
what happened?
reproduction link
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
There is a newer version of the library available. You are using version 6.6.3, while the latest stable version is 6.8.2. Please update to the latest version and check if the issue still exists.
Note: If the issue still exists, please update the issue report with the latest information.
Thank you for your issue report. Please note that the following information is missing or incomplete:
what happened?
reproduction link
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
There is a newer version of the library available. You are using version 6.6.3, while the latest stable version is 6.8.2. Please update to the latest version and check if the issue still exists.
Note: If the issue still exists, please update the issue report with the latest information.
Version
6.6.3
What platforms are you having the problem on?
Android
System Version
15
On what device are you experiencing the issue?
Real device
Architecture
Old architecture
What happened?
A bug happened!
Reproduction Link
repository link
Reproduction
On Android, we've observed that when a user is in a call and plays a video, the audio output is switched to the SPEAKER, and the audio mode is changed to MODE_NORMAL. And after playing a video and then starting a call, there is still a problem with audio output and audio mode.
How to resolve
I found this PR introduced a change #3211 . In this change, the changeAudioOutput function was added during the initialization of the player core on Android. This function call forces the audio mode and audio output to change whenever a video is played, causing issues in calls.
We need to make this initialization process optional in the react-native-video library.
The text was updated successfully, but these errors were encountered: