Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Compare revisions
b1e218bad5a2b701cb62e864d22d1794fafd7e67...5a3a49b8278d7b8e7e0bea7e487441b4580a20e5
Project 'BC/public/linphone' was moved to 'BC/public/liblinphone'. Please update any links and bookmarks that may still have the old path.
Source
BC/public/liblinphone
Select target project
5a3a49b8278d7b8e7e0bea7e487441b4580a20e5
Select Git revision
..
..
...
Target
BC/public/liblinphone
Select target project
BC/public/liblinphone
b1e218bad5a2b701cb62e864d22d1794fafd7e67
Select Git revision
Compare
Swap revisions
Commits (1)
Duplicated lines of code cause double notifications of device addresses.
· 5a3a49b8
Simon Morlat
authored
6 years ago
5a3a49b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/conference/handlers/local-conference-event-handler.cpp
+0
-3
src/conference/handlers/local-conference-event-handler.cpp
with
0 additions
and
3 deletions
src/conference/handlers/local-conference-event-handler.cpp
View file @
5a3a49b8
...
...
@@ -286,9 +286,6 @@ string LocalConferenceEventHandlerPrivate::createNotifyParticipantDeviceAdded (c
const
string
&
displayName
=
device
->
getName
();
if
(
!
displayName
.
empty
())
endpoint
.
setDisplayText
(
displayName
);
endpoint
.
setState
(
StateType
::
full
);
user
.
getEndpoint
().
push_back
(
endpoint
);
}
}
endpoint
.
setState
(
StateType
::
full
);
...
...
This diff is collapsed.
Click to expand it.
Menu
Explore
Projects
Groups
Topics
Snippets