mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
When creating a conference package event, mark it as internal.
This commit is contained in:
parent
15c417b86c
commit
f44d76f302
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ static LinphoneEvent * linphone_event_new_base(LinphoneCore *lc, LinphoneSubscri
|
|||
lev->dir=dir;
|
||||
lev->op=op;
|
||||
lev->name=ms_strdup(name);
|
||||
if (strcmp(lev->name, "Conference") == 0)
|
||||
lev->internal = TRUE;
|
||||
sal_op_set_user_pointer(lev->op,lev);
|
||||
return lev;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue