config: re-wrap media-role.applications and add "Skype" in the list

This commit is contained in:
George Kiagiadakis 2022-09-27 16:01:31 +03:00
parent d4f469fcec
commit 41a6a9d65a

View file

@ -34,7 +34,12 @@ 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", "Mumble", "WEBRTC VoiceEngine" },
["media-role.applications"] = {
"Firefox", "Chromium input", "Google Chrome input", "Brave input",
"Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine",
"Telegram Desktop", "telegram-desktop", "linphone", "Mumble",
"WEBRTC VoiceEngine", "Skype"
},
}
function default_policy.enable()