Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
19a0bf17
Commit
19a0bf17
authored
May 30, 2017
by
Sylvain Berfini
🐮
Browse files
Added doc on linphone_call_get_authentication_token to wrap it
parent
57792f40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
include/linphone/call.h
include/linphone/call.h
+5
-0
No files found.
include/linphone/call.h
View file @
19a0bf17
...
...
@@ -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
);
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment