Enable automatic bluetooth profile switching for Mumble

For some reason Mumble uses "game" as its media.role, but it is
actually a communication tool where a headset profile is apropriate.
This commit is contained in:
Sven Bartscher 2022-04-29 13:20:12 +02:00
parent 3bdacc414e
commit 8dc4c36dd4

View file

@ -34,7 +34,7 @@ bluetooth_policy.policy = {
-- Application names correspond to application.name in stream properties.
-- Applications which do not set media.role but which should be considered
-- for role based profile switching can be specified here.
["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", "Telegram Desktop", "telegram-desktop", "linphone" },
["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", "Telegram Desktop", "telegram-desktop", "linphone", "Mumble" },
}
function default_policy.enable()