During early media switch on/off ringback
This commit is contained in:
@@ -70,6 +70,10 @@ class Call(val callp: Long, val ua: UserAgent, val peerUri: String, val dir: Str
|
||||
return Api.call_stats(callp, stream)
|
||||
}
|
||||
|
||||
fun state(): Int {
|
||||
return Api.call_state(callp);
|
||||
}
|
||||
|
||||
fun audioCodecs(): String {
|
||||
return Api.call_audio_codecs(callp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user