mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
call-swarm: fix host attachment for audio-calls
Also, start to fix audio binding (this will be a full patch, but at least do not attach host) GitLab: #959 Change-Id: I0aeb9121e2880a5afb4b1ca1a30710d1b60a2e7e
This commit is contained in:
@ -829,6 +829,10 @@ ConversationCallTest::testUsePreference()
|
||||
|
||||
// Alice should be the host
|
||||
CPPUNIT_ASSERT(aliceAccount->getConference(confId));
|
||||
// Bob should be the only participant
|
||||
CPPUNIT_ASSERT(cv.wait_for(lk, 5s, [&]() { return pInfos_.size() == 1; }));
|
||||
auto uri = string_remove_suffix(pInfos_[0]["uri"], '@');
|
||||
CPPUNIT_ASSERT(uri == bobUri);
|
||||
Manager::instance().hangupCall(bobId, callId);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user