mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 15:38:33 +00:00
add a device to the focus when creating a chat room from the db
This commit is contained in:
parent
1614e6c126
commit
1e2f75c829
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ RemoteConference(core, me->getAddress(), nullptr) {
|
||||||
|
|
||||||
const IdentityAddress &peerAddress = chatRoomId.getPeerAddress();
|
const IdentityAddress &peerAddress = chatRoomId.getPeerAddress();
|
||||||
dConference->focus = make_shared<Participant>(peerAddress);
|
dConference->focus = make_shared<Participant>(peerAddress);
|
||||||
|
dConference->focus->getPrivate()->addDevice(peerAddress);
|
||||||
dConference->conferenceAddress = peerAddress;
|
dConference->conferenceAddress = peerAddress;
|
||||||
dConference->subject = subject;
|
dConference->subject = subject;
|
||||||
dConference->participants = move(participants);
|
dConference->participants = move(participants);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue