mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix initialization of capabilities in ClientGroupChatRoom.
This commit is contained in:
parent
03853c8b14
commit
c74511d478
1 changed files with 2 additions and 0 deletions
|
|
@ -184,8 +184,10 @@ ClientGroupChatRoom::ClientGroupChatRoom (
|
|||
unsigned int lastNotifyId
|
||||
) : ChatRoom(*new ClientGroupChatRoomPrivate, core, chatRoomId),
|
||||
RemoteConference(core, me->getAddress(), nullptr) {
|
||||
L_D();
|
||||
L_D_T(RemoteConference, dConference);
|
||||
|
||||
d->capabilities |= capabilities & ClientGroupChatRoom::Capabilities::OneToOne;
|
||||
const IdentityAddress &peerAddress = chatRoomId.getPeerAddress();
|
||||
dConference->focus = make_shared<Participant>(peerAddress);
|
||||
dConference->focus->getPrivate()->addDevice(peerAddress);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue