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
555d45d0
Commit
555d45d0
authored
Oct 12, 2020
by
jehan
Browse files
fix local conference tester
parent
ed644937
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
tester/local_conference_tester.cpp
tester/local_conference_tester.cpp
+5
-0
No files found.
tester/local_conference_tester.cpp
View file @
555d45d0
...
...
@@ -432,7 +432,12 @@ static void group_chat_room_server_deletion_with_rmt_lst_event_handler (void) {
return
false
;
});
//to avoid creation attempt of a new chatroom
linphone_proxy_config_set_conference_factory_uri
(
linphone_core_get_default_proxy_config
(
focus
.
getLc
()),
NULL
);
linphone_chat_message_unref
(
msg
);
//Will suceed as "404 not" found is interpreted as succesfull chatroom deletion
linphone_core_manager_delete_chat_room
(
marie
.
getCMgr
(),
marieCr
,
coresList
);
linphone_core_manager_delete_chat_room
(
pauline
.
getCMgr
(),
paulineCr
,
coresList
);
...
...
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