Update status notification when call is answered

This commit is contained in:
Juha Heinanen
2026-05-11 17:26:07 +03:00
parent c0c6d7a0e6
commit ed1575e4c7

View File

@ -550,12 +550,10 @@ class BaresipService: Service() {
stopMediaPlayer()
setCallVolume()
proximitySensing(proximitySensing)
if (telecom)
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
else {
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
updateStatusNotification()
if (!telecom)
ensureCommunicationMode()
}
}
"Call Reject" -> {