Skip to content
Snippets Groups Projects
Commit bdd4f305 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

callmanager_wrap: remove unused method (placeCallWithDetails)

jami-daemon#470

Change-Id: Icd5b951e404146a6b41f94c7d3bdb2e573cfd019
parent e2da6f8c
No related branches found
No related tags found
No related merge requests found
......@@ -337,15 +337,6 @@ public Q_SLOTS: // METHODS
return temp;
}
QString placeCall(const QString& accountID,
const QString& to,
const std::map<std::string, std::string>& volatileCallDetails)
{
QString temp(
DRing::placeCall(accountID.toStdString(), to.toStdString(), volatileCallDetails).c_str());
return temp;
}
// MULTISTREAM FUNCTIONS
QString placeCallWithMedia(const QString& accountID,
const QString& to,
......@@ -455,7 +446,10 @@ public Q_SLOTS: // METHODS
const QString& peerId,
const bool& state)
{
DRing::raiseParticipantHand(accountId.toStdString(), confId.toStdString(), peerId.toStdString(), state);
DRing::raiseParticipantHand(accountId.toStdString(),
confId.toStdString(),
peerId.toStdString(),
state);
}
void muteParticipant(const QString& confId, const QString& peerId, const bool& state)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment