mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 03:28:02 +02:00
Add Linphone to "media-role.applications"
Linphone (4.2.5) doesn't set any media.role → linphone should be in this predefined list as well.
This commit is contained in:
parent
d1f20e22d6
commit
f7c01d2475
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,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" },
|
||||
["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", "Telegram Desktop", "linphone" },
|
||||
}
|
||||
|
||||
function default_policy.enable()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue