From 19a0bf173f7060dec5023292239a715ed807e327 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 30 May 2017 11:54:05 +0200 Subject: [PATCH] Added doc on linphone_call_get_authentication_token to wrap it --- include/linphone/call.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/linphone/call.h b/include/linphone/call.h index 7ef92c41a..7653cec2f 100644 --- a/include/linphone/call.h +++ b/include/linphone/call.h @@ -221,6 +221,11 @@ LINPHONE_PUBLIC const char *linphone_call_get_remote_user_agent(LinphoneCall *ca **/ LINPHONE_PUBLIC const char *linphone_call_get_remote_contact(LinphoneCall *call); +/** + * Returns the ZRTP authentication token to verify. + * @param call the LinphoneCall + * @return the authentication token to verify. +**/ LINPHONE_PUBLIC const char * linphone_call_get_authentication_token(LinphoneCall *call); /**