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
2b6bcbc7
Commit
2b6bcbc7
authored
May 19, 2017
by
Ronan
Browse files
fix(conference): wrap correctly `get_participants
parent
1e113618
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/linphone/conference.h
View file @
2b6bcbc7
...
...
@@ -25,7 +25,7 @@
#ifndef LINPHONE_CONFERENCE_H
#define LINPHONE_CONFERENCE_H
#include "linphone/types.h"
#ifdef __cplusplus
...
...
@@ -54,7 +54,7 @@ LINPHONE_PUBLIC LinphoneConferenceParams *linphone_conference_params_ref(Linphon
/**
* Release a #LinphoneConferenceParams.
* @param[in] params The #LinphoneConferenceParams to release.
*/
*/
LINPHONE_PUBLIC
void
linphone_conference_params_unref
(
LinphoneConferenceParams
*
params
);
/**
...
...
@@ -120,7 +120,7 @@ LINPHONE_PUBLIC bctbx_list_t *linphone_conference_get_participants(const Linphon
/**
* Invite participants to the conference, by supplying a list of LinphoneAddress
* @param obj The conference.
* @param addresses bctbx_list
_t of #
LinphoneAddress
object
* @param addresses
\
bctbx_list
{
LinphoneAddress
}
* @param params #LinphoneCallParams to use for inviting the participants.
**/
LINPHONE_PUBLIC
LinphoneStatus
linphone_conference_invite_participants
(
LinphoneConference
*
conf
,
const
bctbx_list_t
*
addresses
,
const
LinphoneCallParams
*
params
);
...
...
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