Skip to content

Commit

Permalink
feat(Mute): Muted state has higher priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Apr 2, 2021
1 parent c062df5 commit 00941b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void NotifyMuteChanged(string microphoneName, bool newMuteState)

var bannerData = new BannerData
{
Priority = 1,
Priority = 2,
Image = icon,
Title = title

Expand Down

0 comments on commit 00941b8

Please sign in to comment.