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
f0271a8a
Commit
f0271a8a
authored
Jul 15, 2013
by
Tristan Matthews
Browse files
* #26839: callmanager: cosmetics
parent
e1c903b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/client/callmanager.h
View file @
f0271a8a
...
...
@@ -88,7 +88,6 @@ class CallManager
/* Conference related methods */
bool
joinParticipant
(
const
std
::
string
&
sel_callID
,
const
std
::
string
&
drag_callID
);
void
createConfFromParticipantList
(
const
std
::
vector
<
std
::
string
>&
participants
);
bool
addParticipant
(
const
std
::
string
&
callID
,
const
std
::
string
&
confID
);
bool
addMainParticipant
(
const
std
::
string
&
confID
);
bool
detachParticipant
(
const
std
::
string
&
callID
);
...
...
@@ -96,7 +95,6 @@ class CallManager
bool
hangUpConference
(
const
std
::
string
&
confID
);
bool
holdConference
(
const
std
::
string
&
confID
);
bool
unholdConference
(
const
std
::
string
&
confID
);
std
::
vector
<
std
::
string
>
getConferenceList
();
std
::
vector
<
std
::
string
>
getParticipantList
(
const
std
::
string
&
confID
);
std
::
string
getConferenceId
(
const
std
::
string
&
callID
);
...
...
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