Improved answered call log

This commit is contained in:
Sylvain Berfini 2025-03-05 15:08:09 +01:00
parent 3c21044cf0
commit 141d7b08a6

View file

@ -797,7 +797,9 @@ class CoreContext
@WorkerThread
fun answerCall(call: Call) {
Log.i("$TAG Answering call $call")
Log.i(
"$TAG Answering call with remote address [${call.remoteAddress.asStringUriOnly()}] and to address [${call.toAddress.asStringUriOnly()}]"
)
val params = core.createCallParams(call)
if (params == null) {
Log.w("$TAG Answering call without params!")