-
Notifications
You must be signed in to change notification settings - Fork 218
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
Low volume in video streaming in parallel with Twilio video on iOS 15 #1785
Comments
Hi @q-kit, Thanks for opening this issue. Do you have any logs/room sids for us to take a look to see if anything is wrong there? Or perhaps a repro link if possible in order for us to begin our investigations? Best, |
Hello @PikaJoyce , Thanks for your reply! I actually don't see any error/log in the dev tool, and I don't have any specific SID. Could you give my app a try with an iOS 15 device? You would notice that the audio in the volume check step and the instructional videos that follow would have very low volume. If you try quitting and reentering the app, the volume is much louder. You can also make the volume louder by restarting the Please let me know how it goes and/or more info is needed from my end. Thanks! Q |
Thank you for the link @q-kit! That was very helpful. What I noticed for iPhones was that the sound wasn't actually coming through the speaker. But it seemed to be coming out of the ear piece. However, it seems that once I leave the app and come back to it, or I lock my phone, it goes to the speaker mode and the audio is louder. It seems that the default behavior for apple/iOS devices is to not use the speaker for video calling. I've tried to check this out on the quickstart example to select output devices but it doesn't seem like any appear. If you have headphones or anything of that sort, it will default to that but as of now, it doesn't seem like Apple devices allow for you to choose audio output devices and for it to default into the speaker. The way we set default outputs is by using It however seems to be working perfectly fine with headphones or Airpods. I did notice two things happening.
I have some suggestions to try, since we don't have control over audio output on iOS/Safari. Perhaps the route to go is to call I've also tested your app with these steps.
Going the above steps allows for the audio to be routed through the speaker. It seems like your issue is getting fixed by the "backgrounding" of your app (which breaks the video/audio recording) and in turn, fixes your speaker issue. I hope this was helpful! Please let me know if there are more issues. But since there are not any actionable items from our end, I will close this issue. Do feel free to continue our conversation here and I'd be more than happy to answer :) Thank you! |
Please note that this is not the same with another iOS 15 volume issue.
In my use case, the users are presenters. They publish their video and audio, but don't receive any video/audio from the subscribers. The presenter's UI has two videos side by side, one of which is their selfie video and the other of which is an instructional video streaming from some *.mp4 hosted in cloud.
It's been a while since the first time we saw the low volume issue on iOS 15, and it still repros on the latest iOS 15.5. Recently, we noticed that the low volume issue is related to the
createLocalAudioTrack
function. The instructional video sounds very soft (even in full volume bar) ifcreateLocalAudioTrack
is called beforehand, while it sounds much louder if no local audio track is enabled. Could you help with investigating? Thanks!or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Software versions:
The text was updated successfully, but these errors were encountered: