-
Notifications
You must be signed in to change notification settings - Fork 98
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
Web Cam Microphone Support #202
Comments
Hi @dmitriyMak. Thanks for reaching out! Is this an issue in your application or within the video application as part of this repo? I'm curious if this video app handles external mics and cameras properly. Do you mind giving it a try and letting us know what you discover? Thanks! |
I have tested my own application and current from this repository, the result is the same. Remote participant comes with both video and audio tracks. Video shows perfectly the same as integrated camera, audio stream doesn't produces any sound, but integrated microphone works fine. Also as I wrote onDominantSpeakerChanged callback is called, the event related to participant with external web camera that doesn't generate any sound. So I suppose that it isn't the bug of applications, but the Twilio SDK library. |
@dmitriyMak Oh okay I think I understand now. So the issue you are experiencing is that there is no audio coming from the external camera's speaker but its microphone and camera are both working for the local participant? If that's the case it could be a bug in AudioSwitch, the library that we use to manage audio input and output on available audio devices. |
Also, is the remote participant audio at least coming from the Android device's speakerphone or earpiece and not the external web cam? |
Just to clarify, I didn't use AudioSwitch in my application, so my case is to get any available microphone audio from device. Since I have developed the app only for one particular device that doesn't have any internal microphone and camera there is a need to use web camera. |
Hi! I am attaching the log related to connection to the room from device with a web camera, hope it will help in future. |
Describe the bug
When participant connects to a room without internal camera and microphone using only connected web camera twilio sdk doesn't detect any microphones and other participants can't hear anything
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Remote audio track from this device is available
Android Device (please complete the following information):
Video Android SDK (please complete the following information):
Additional context
Room includes 2 participants, onDominantSpeakerChanged is called with remote participant sid related to device without microphone. Also I have checked web cameras in Google Camera application https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera , therefore They can be considered as supported by android
The text was updated successfully, but these errors were encountered: