我正在尝试检测在 Linphone 通话期间呼叫我的号码。我努力了
case LinphoneCallConnected:
NSLog("callStateChanged: LinphoneCallConnected")
NSLog("CALL ID: \(linphone_call_log_get_call_id(linphone_call_get_call_log(linphone_core_get_current_call(lc)))!)")
但那是空的。还有其他方法吗?