During early media switch on/off ringback

This commit is contained in:
Juha Heinanen
2022-09-17 09:06:51 +03:00
parent 195a095866
commit 58c6e4629a
4 changed files with 29 additions and 6 deletions
@@ -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)
}