mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Added doc on linphone_call_get_authentication_token to wrap it
This commit is contained in:
parent
57792f4014
commit
19a0bf173f
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue