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
f44d76f3
Commit
f44d76f3
authored
Sep 28, 2017
by
Ghislain MARY
Browse files
When creating a conference package event, mark it as internal.
parent
15c417b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
coreapi/event.c
coreapi/event.c
+2
-0
No files found.
coreapi/event.c
View file @
f44d76f3
...
...
@@ -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
;
}
...
...
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