Home
last modified time | relevance | path

Searched refs:linphone_call_get_remote_user_agent (Results 1 – 5 of 5) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcall.h222 LINPHONE_PUBLIC const char *linphone_call_get_remote_user_agent(LinphoneCall *call);
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dquality_reporting.c502 …STR_REASSIGN(report->remote_metrics.user_agent, ms_strdup(linphone_call_get_remote_user_agent(call… in linphone_reporting_update_media_info()
H A Dlinphonecall.c2222 const char *linphone_call_get_remote_user_agent(LinphoneCall *call){ function
H A Dlinphonecore_jni.cc3610 const char *value=linphone_call_get_remote_user_agent(call); in Java_org_linphone_core_LinphoneCallImpl_getRemoteUserAgent()
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dcommands.c2637 remote_ua=linphone_call_get_remote_user_agent(call); in lpc_cmd_identify()