mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
[#2006] Add minimal multiple conference handling
This commit is contained in:
@ -151,7 +151,7 @@ void
|
||||
CallManager::detachParticipant (const std::string& callID)
|
||||
{
|
||||
_debug ("CallManager::detachParticipant received %s\n", callID.c_str());
|
||||
Manager::instance().detachParticipant(callID);
|
||||
Manager::instance().detachParticipant(callID, "");
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user