Fixed arguments of some event

Execute more API functions in re thread
Removed unused API function
This commit is contained in:
Juha Heinanen
2021-11-25 09:36:40 +02:00
parent c8fef70ded
commit dfd835e4e7
2 changed files with 35 additions and 20 deletions
@@ -65,7 +65,6 @@ class Call(val callp: String, val ua: UserAgent, val peerUri: String, val dir: S
private external fun call_hold(callp: String): Int
private external fun call_unhold(callp: String): Int
private external fun call_ismuted(callp: String): Boolean
private external fun call_mute(callp: String, mute: Boolean)
private external fun call_transfer(callp: String, peer_uri: String): Int
private external fun call_send_digit(callp: String, digit: Char): Int
private external fun call_notify_sipfrag(callp: String, code: Int, reason: String)