mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
ADD - integrate Yaca voice support (#5)
This commit is contained in:
@@ -11,6 +11,14 @@ function Bridge.Speaker.IsEnabled()
|
||||
return not Config.Speaker or Config.Speaker.Enabled ~= false
|
||||
end
|
||||
|
||||
function Bridge.Calls.SupportsMute()
|
||||
return false
|
||||
end
|
||||
|
||||
function Bridge.Calls.SetMuted()
|
||||
return false
|
||||
end
|
||||
|
||||
function Bridge.Radio.SupportsSpeaker()
|
||||
return false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user