OpenVidu / openvidu

OpenVidu Platform main repository
https://openvidu.io
Apache License 2.0
1.87k stars 464 forks source link

OPENVIDU PRO - Microphone not works when play another video or audio #671

Open mayander30 opened 2 years ago

mayander30 commented 2 years ago

Describe the bug The microphone stops working when we play another video for example from youtube, it is a bug from openvidu. I do not know if there is another way to make it works, I am trying to play the video in parallel with the live one for the users, but when we unmute the video, the openvidu does not capture the audio from the microphone .

Openvidu version: openvidu-react-native-adapter-2.17.0

OpenVidu tutorial where to replicate the error create a live and join in IOS device with other user, so try play some other video from youtube or vimeo, so the microphone audio stop to works

What I am trying do is play some video to the users in the live, but when we unmute the video, the microphone from the device do not works, so the others users can't hear me.

Client device info (if applicable) IOS IPAD AND IPHONE

mayander30 commented 2 years ago

Example here, I added a new button above Toggle Camera, when you click in Play Video, you will can see that the microphone from device will be off

this example use openvidu-react-native project.

https://github.com/mayander30/OPENVIDU-EXAMPLE-ISSUE-MIC