https://bugs.kde.org/show_bug.cgi?id=520789
--- Comment #2 from Jon Hathaway <[email protected]> --- Looking into this a little more: The issue is that teams.live.com (consumer/free Teams) is missing from MPRIS_WEBSITE_SETTINGS in the extensions constants.js. Enterprise Teams URLs (teams.microsoft.com, teams.cloud.microsoft) are already blocked (Bug 503965, Bug 514870), but the consumer URL was never added. Fix: add "https://teams.live.com": false to the blocklist in the Plasma Browser Integration Extention alongside the existing Teams entries. The MPRIS media session shim's Document.prototype.createElement override and navigator.mediaSession patching break Teams' internal media pipeline — camera shows "Your video isn't working" and the audio MediaStreamTrack reports muted=true despite getUserMedia succeeding. -- You are receiving this mail because: You are watching all bug changes.
