mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Add comment about non-existing _LinphoneConference struct.
This commit is contained in:
parent
c979886e1f
commit
eb27b8d930
1 changed files with 4 additions and 1 deletions
|
|
@ -39,12 +39,15 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* LinphoneConference class
|
||||
* The _LinphoneConference struct does not exists, it's the Conference C++ class that is used behind
|
||||
*/
|
||||
typedef struct _LinphoneConference LinphoneConference;
|
||||
|
||||
/**
|
||||
* Parameters for initialization of conferences
|
||||
* The _LinphoneConferenceParams struct does not exists, it's the ConferenceParams C++ class that is used behind
|
||||
*/
|
||||
typedef struct _LinphoneCorferenceParams LinphoneConferenceParams;
|
||||
typedef struct _LinphoneConferenceParams LinphoneConferenceParams;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue