-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 all tabs instead of select tabs in Google Meet and Microsoft Teams #3
Comments
Thanks for reporting this! I just tried joining two Meet calls and muting one of them, and it seemed to work fine for me (Chrome 84.0.4147.135). Can you give me any more details about the systems you're having the problem on, like the Chrome version (type Also, can I check that you're definitely using the "Mute tab" speaker icon in the top-right of the browser, and not right-clicking on the tab and selecting "Mute site"? To make the icon show up, you might have to click the puzzle-piece "Extensions" icon, then press the "Pin extension" button next to Tab Muter. |
Thank you for getting back to me so quickly. I really appreciate it. Let me send your questions to the teachers who have reported the issues so I can get their Chrome version and the OS they're using back to you. |
Here is one teacher's computer specs and she said she's using the extension correctly: Windows 10 OS Version 1803 (Build 17134.1667) Here is another teacher's specs: 85.0.4183.83 (Official Build) (64-bit) (cohort: Stable) |
Hmm, ok. These are all the ideas I have at the moment:
I think I'll have to build some new debugging functionality to work out what's going wrong here; I'll take a look at doing that over the weekend. In the meantime:
|
To add a data point, I'm trying to coach my staff to use this as well, but when testing earlier today, I observed the same functionality, which is that there seemed to be a primary tab that was controlling audio for all of the tabs. I'll continue testing and report back if I have further insight. |
Just tried again. The function seems to be similar to the native "mute site" that chrome uses. I currently have 7 tabs open to Google Meet. I have a device upstairs broadcasting sound to the second one I opened, and the tab muter does not affect audio on tat tab (it's always on). But when I mute the last one that I opened, then all of the tabs mute (the icons on the other tabs stay in their unmuted state, but the audio mutes). I do not have individual tab audio control. Windows 10 version 2004 19041.388 Thanks for any insight. Please let me know if I can test anything else. |
@mrlefebvre101 Ok, thanks for the report – that's helpful. The fact that the icon on the other tabs doesn't change suggests that whatever's muting the other tabs isn't using the native browser functionality to do so. I pushed out an update a few days ago that adds some debug functionality. If you're able to, it would be useful if you could collect some logs showing what happens here:
|
Thanks. Will attempt and update tomorrow. |
I tried two things - one worked. One didn't. I first opened several tabs to play Radio Paradise. I forced them out of sync and then muted them all and selectively unmuted one at a time. The tab muter worked as expected. I then closed all open windows, and started up again with Google Meet windows open. I put a device in the other room with some music on and the device broadcasting to only one of the meet sessions and then came back to start muting tabs, and the behavior from yesterday occurred again - the first meet that I opened was the master control for all of the tabs. Changing the icon color did not cause the tab icons to update to their "actual" status (i.e. muted ). Interestingly, I just tried it again and if I close the tab that has the "master" control, the status of the other tabs gets frozen. They're currently muted and toggling the muter has no effect. But it seems specific to Meet - or maybe the state of the audio when first muted (if it's not broadcasting audio? Don't know. Here are the logs:=== Tab Muter debug logs === Thank you, and please let me know if there are any other tests or scenarios you'd like me to run. It seems very repeatable. |
Sorry for the second message, but it appears to be that the first window opened controls all of the others. I opened them in a different order and had the meet that the device was connected to as the first one open, and when I connected the device to a second simultaneous meet, I could not mute that second one. The first opened meet had master control. (I hope this makes sense) |
Awesome, thanks. Boring technical detailsThe sequence of events shown in those logs is as follows:
Every MutedInfo object in the logs shows that Tab Muter was responsible for the change of mute state, and matches up with an icon click event. Each tab was highlighted at the point its mute state changed. At this point I'm reasonably sure that this is a problem with either Meet or Chrome; I can't tell which one. There's a small detail in those logs which is interesting: only one tab, id 148, was ever shown to be "audible" – neither tab 154 nor tab 157 was audible at any point (Chrome uses "audible" to mean "the tab was trying to make a sound", so a tab can be "audible" even if it's muted). Tab 148 had index 7; tab 154 had index 5; tab 157 had index 4. @mrlefebvre101, do you remember roughly where in the tabstrip the tab that had control of the mute state was located (towards the left-hand end or towards the right-hand end)? I think tab 148 was probably the tab that had control of the mute state, but it would be good to be sure. I'm currently looking at some other similar extensions to see if they're having reports of the same problem. If you've found any other tab-muting extensions which work properly with Google Meet, I can try and see what they're doing differently to Tab Muter (conversely, if you try other extensions and they also have the same problem, it would also be helpful to know about that). If you get a chance, it would be ideal if you could also report this to Google (once you experience the problem, open the menu in the bottom-right of Meet, ideally in a tab that should be playing sound but isn't, then "report a problem") – if you can include a link to this issue in the report, that might help them understand what's going on, or link it to other similar reports. |
The tab that had control of the mutestate was all the way to the right in both tests that I tried - and was the first meet tab opened. I've experienced this issue with these other extensions: I will recreate the problem on Monday and also report to Google. Thanks for any other help or insight you have. |
Good morning. Following up on this. Many teachers have successfully used mute tab with breakout rooms, and some have experienced the issue as described above. It's hard to nail down what circumstances are affecting it's performance, but it's not the train wreck I was fearing :) (no offense). FWIW, the breakout room extension seems to be able to more consistently control per-tab muting in my tests, but only within the framework of the extension. i.e. If I open the meeting on my own and try to use the meet muting feature, I can get it to fail, but if I use the tool to open the meets, then the muting does not fail. It's another data point, but may not be worth your time to investigate given there aren't a whole lot of other complaints on this thread. Thank you for your work and attention. Here's the link to the breakout room extension if you're interested: https://chrome.google.com/webstore/detail/google-meet-breakout-room/kogfdlbehkaeoafmgaecphlnhohpabig Be well, |
No worries! Yeah, I'm out of ideas unfortunately. I've opened a bug in the Chrome issue tracker, so if it is a Chrome bug then it might get fixed eventually, but I don't think there's much more I can do. |
I've just had a report of a similar issue, this time on both ChromeOS (88.0.4324.153) and Windows 10 (88.0.4324.150), and on both Google Meet and Microsoft Teams. The user describes it like this:
|
The above reporter has reproduced the issue:
This sounds more like the "it appears to be that the first window opened controls all of the others" behaviour described by others. Summary of the debug logs:
There's no evidence that any other extension was interfering. Again, there's the behaviour where only the "controlling" tab is marked as audible. |
@cbbeaver @mrlefebvre101 Hi! It's been a while, to put it lightly, but I have news: this problem is caused by a bug in Chrome (specifically, issue 326275038/issue 40719184), and I now have a simple set of steps to reproduce it (start a YouTube video, right-click the tab, click "Duplicate", then try using Tab Muter on one of those two tabs). Hopefully it will get fixed at some point relatively soon; if you're still running into this problem, you should be able to avoid it by not using the "duplicate tab" button on sites that play audio, and by limiting the number of tabs you have open in total (the number of tabs you can open before observing this issue will vary depending on your hardware, but you can get a rough estimate by visiting chrome://process-internals and checking the "Renderer Process Limit" number). Thank you both so much for your help in (eventually) tracking this down! |
Teachers are using this to mute multiple Google Meet rooms so they only hear one at a time. This was working wonderfully at first, but now I'm receiving reports that it mutes all tabs. I believe there was a recent Chrome update that may be affecting this extension? Any help or updates for this extension so it works again would be greatly appreciated! Thank you!
The text was updated successfully, but these errors were encountered: