Cleaned up some code and resources
This commit is contained in:
@@ -28,10 +28,6 @@ class Call(val callp: String, val ua: UserAgent, val peerUri: String, val dir: S
|
||||
call_start_audio(callp)
|
||||
}
|
||||
|
||||
fun stopAudio() {
|
||||
call_stop_audio(callp)
|
||||
}
|
||||
|
||||
fun hold(): Int {
|
||||
return call_hold(callp)
|
||||
}
|
||||
@@ -53,10 +49,6 @@ class Call(val callp: String, val ua: UserAgent, val peerUri: String, val dir: S
|
||||
call_notify_sipfrag(callp, code, reason)
|
||||
}
|
||||
|
||||
fun hasVideo(): Boolean {
|
||||
return call_has_video(callp)
|
||||
}
|
||||
|
||||
fun status(): String {
|
||||
return call_status(callp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user