Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
b26f9e3f
Commit
b26f9e3f
authored
Apr 16, 2010
by
Alexandre Savard
Browse files
[#3233] Send conferenceChanged dbus signal in detach participant
parent
8b23bf70
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/managerimpl.cpp
View file @
b26f9e3f
...
...
@@ -1156,15 +1156,19 @@ void ManagerImpl::detachParticipant (const CallID& call_id,
onHoldCall
(
call_id
);
removeParticipant
(
call_id
);
processRemainingParticipant
(
current_call_id
,
conf
);
_dbus
->
getCallManager
()
->
conferenceChanged
(
conf
->
getConfID
(),
conf
->
getStateStr
());
}
}
else
{
}
else
{
_debug
(
"Manager: Call is not conferencing, cannot detach"
);
}
}
else
{
}
else
{
_debug
(
"Manager: Unbind main participant from all"
);
_audiodriver
->
getMainBuffer
()
->
unBindAll
(
default_id
);
...
...
@@ -1211,9 +1215,6 @@ void ManagerImpl::removeParticipant (const CallID& call_id) {
conf
->
remove
(
call_id
);
call
->
setConfId
(
""
);
_dbus
->
getCallManager
()
->
conferenceChanged
(
conf
->
getConfID
(),
conf
->
getStateStr
());
}
if
(
_audiodriver
)
...
...
@@ -1648,8 +1649,8 @@ void ManagerImpl::peerHungupCall (const CallID& call_id) {
if
(
conf
!=
NULL
)
{
removeParticipant
(
call_id
);
processRemainingParticipant
(
current_call_id
,
conf
);
}
}
else
{
if
(
isCurrentCall
(
call_id
))
{
...
...
Write
Preview
Supports
Markdown
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