mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#2006] Add addParticipant method in managerimpl and related dbus messages
This commit is contained in:
@ -124,6 +124,13 @@ CallManager::joinParticipant (const std::string& sel_callID, const std::string&
|
||||
Manager::instance().joinParticipant(sel_callID, drag_callID);
|
||||
}
|
||||
|
||||
void
|
||||
CallManager::addParticipant (const std::string& callID, const std::string& confID)
|
||||
{
|
||||
_debug ("CallManager::joinParticipant received %s, %s\n", callID.c_str(), confID.c_str());
|
||||
Manager::instance().addParticipant(callID, confID);
|
||||
}
|
||||
|
||||
void
|
||||
CallManager::detachParticipant (const std::string& callID)
|
||||
{
|
||||
|
Reference in New Issue
Block a user