]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
add get_remote_contact() api and clean java API.
[linphone] / coreapi / linphonecore.h
index 1f49cce46909fd8a5ea2eb37910f47dbc3a14f77..6eb401638b2849787bb987ea5e525e99a7697f93 100644 (file)
@@ -396,6 +396,7 @@ bool_t linphone_call_camera_enabled(const LinphoneCall *lc);
 int linphone_call_take_video_snapshot(LinphoneCall *call, const char *file);
 LinphoneReason linphone_call_get_reason(const LinphoneCall *call);
 const char *linphone_call_get_remote_user_agent(LinphoneCall *call);
+const char *linphone_call_get_remote_contact(LinphoneCall *call);
 float linphone_call_get_play_volume(LinphoneCall *call);
 float linphone_call_get_record_volume(LinphoneCall *call);
 float linphone_call_get_current_quality(LinphoneCall *call);