mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
swarm-call: fix audio binding
Else the conference audio is not binded, and participants can only listen to the host Change-Id: I42075c2c5d5cb572efc8e679337f324cb39843b5
This commit is contained in:
@ -550,6 +550,7 @@ JamiAccount::handleIncomingConversationCall(const std::string& callId,
|
||||
}
|
||||
|
||||
conf->addParticipant(callId);
|
||||
conf->bindParticipant(callId);
|
||||
emitSignal<libjami::CallSignal::ConferenceChanged>(getAccountID(),
|
||||
conf->getConfId(),
|
||||
conf->getStateStr());
|
||||
|
Reference in New Issue
Block a user