Moved call mute button from call control to action bar

This commit is contained in:
Juha Heinanen
2021-11-16 10:26:09 +02:00
parent bcea60c5e7
commit c6aec9ef4f
9 changed files with 102 additions and 114 deletions
@@ -32,14 +32,6 @@ class Call(val callp: String, val ua: UserAgent, val peerUri: String, val dir: S
return call_hold(callp)
}
fun isMuted(): Boolean {
return call_ismuted(callp)
}
fun mute(mute: Boolean) {
call_mute(callp, mute)
}
fun unhold(): Int {
return call_unhold(callp)
}