mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
fix(ClientGroupChatRoom): do not create base ChatRoom with me!!!
This commit is contained in:
parent
c4fadd417b
commit
e536ded32d
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ ClientGroupChatRoom::ClientGroupChatRoom (
|
|||
const Address &me,
|
||||
const std::string &uri,
|
||||
const std::string &subject
|
||||
) : ChatRoom(*new ClientGroupChatRoomPrivate, core, me), RemoteConference(core->getCCore(), me, nullptr) {
|
||||
) : ChatRoom(*new ClientGroupChatRoomPrivate, core, Address()), RemoteConference(core->getCCore(), me, nullptr) {
|
||||
L_D_T(RemoteConference, dConference);
|
||||
dConference->focus = make_shared<Participant>(Address(uri));
|
||||
RemoteConference::setSubject(subject);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue