Stop ringback after answer

This commit is contained in:
Juha Heinanen
2021-11-06 09:05:19 +02:00
parent 079a1267ee
commit 4d8c2de078

View File

@ -651,6 +651,10 @@ class BaresipService: Service() {
return
}
}
"call answered" -> {
stopMediaPlayer()
return
}
"call established" -> {
nm.cancel(CALL_NOTIFICATION_ID)
val call = Call.ofCallp(callp)