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); /**