-
Notifications
You must be signed in to change notification settings - Fork 10
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
Muting "hiccups" #10
Comments
@sparkplug0025 when this did happen, were you always on the same os/browser configuration? If so, could you share more details about os and browser version? If this happens again, it would also be useful for us to know the |
Hi @danieleds. I was able to reproduce this today during our standup in OS: macOS 12.1 |
Thanks @brandonfancher! If you can still reproduce this at will, would it be possible for you to also provide an audio/video recording of the room? The recording should be performed from the sdk using the recording api. const rec = await roomSession.startRecording()
// after the issue occurs
await rec.stop() We'll need the recording id and the associated room session id |
Hi @danieleds. I'll try to get a recording for you (along with room session info) early next week. Thanks! |
Hi @brandonfancher. Is this issue still occurring? |
When we press the button mute, to mute yourself, we noticed that other participants' incoming audio streams stop for a moment and then restart, but are quieter.
Then, when unmuting yourself, they again stop for a moment (like a hiccup) and then restart at normal volume.
It does not happen al the time.
The text was updated successfully, but these errors were encountered: