Forum Discussion
graemec5
Dec 02, 2020Brass Contributor
Media Keys and Teams notifications
If I use keyboard media keys to pause music when I receive a call in teams, the notification sound doesn't seem to get dismissed when I answer the call. So, when I later press play, it also resumes p...
- Dec 28, 2020Hi graemec5
Known issue, as raised here on uservoice
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/39956326-media-keys-affecting-teams-web-app
If you go to that uservoice, a few comments down you should see a solution to this: go to avatar > settings > permissions > turn off midi device. People have reported that it has solved it for them
Hope this resolves and answers your question
Best, Chris
Oudstand
Nov 23, 2022Copper Contributor
Hofa Your script gives me this result:
Something isn't correct, the value for option 'HardwareMediaKeyHandling' is neither 1 or 0 but 72
Hofa
Nov 23, 2022Copper Contributor
OudstandCan you add this in the last Else clause, run the script again and report back with the output?:
[System.BitConverter]::ToString(($Bytes[$ValueIndex..($HWMKeyHandlingByteArray.count + $ValueOffset + 10)]))
- OudstandNov 23, 2022Copper Contributor
Hofa the output is longer than the console can display it. I could post the code which is still shown in the console window. Do you want me to do this?
- HofaNov 23, 2022Copper Contributor
Oh my bad. Updated:
[System.BitConverter]::ToString(($Bytes[$ValueIndex..($ValueIndex + $HWMKeyHandlingByteArray.count + $ValueOffset + 10)]))
- IainMNormanNov 23, 2022Copper Contributor
Works with 16 as the offset for me