Removed unused API function

This commit is contained in:
Juha Heinanen
2022-09-17 09:16:08 +03:00
parent 58c6e4629a
commit a37df19dbf
2 changed files with 1 additions and 7 deletions
@@ -71,7 +71,7 @@ class Call(val callp: Long, val ua: UserAgent, val peerUri: String, val dir: Str
}
fun state(): Int {
return Api.call_state(callp);
return Api.call_state(callp)
}
fun audioCodecs(): String {