[#2006] Add Detach participant method

This commit is contained in:
Alexandre Savard
2009-08-24 13:58:26 -04:00
parent e6e1b337e7
commit 9c6778fe93
9 changed files with 63 additions and 33 deletions

View File

@ -131,6 +131,16 @@ CallManager::joinParticipant (const std::string& sel_callID, const std::string&
Manager::instance().joinParticipant(sel_callID, drag_callID);
}
void
CallManager::detachParticipant (const std::string& callID)
{
_debug ("CallManager::detachParticipant received %s\n", callID.c_str());
// Manager::instance().detachParticipant(callID);
}
void
CallManager::setRecording (const std::string& callID)
{