add icons

This commit is contained in:
Mysochenko Yuriy
2022-05-12 09:03:24 +03:00
parent 0b38486169
commit 14f49c8a2b
8 changed files with 65 additions and 4 deletions

View File

@ -43,6 +43,14 @@ class CallManager {
return !isOnHold
}
fun swap() {
}
fun merge() {
}
fun registerCallback(callback: Call.Callback) {
call?.registerCallback(callback)
}