mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
[#2006] Add Detach participant method
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user