mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix build
This commit is contained in:
parent
3f7a82b985
commit
9a1558e076
1 changed files with 6 additions and 3 deletions
|
|
@ -100,9 +100,12 @@ void ServerGroupChatRoomPrivate::onCallSessionStateChanged (
|
|||
|
||||
// =============================================================================
|
||||
|
||||
ServerGroupChatRoom::ServerGroupChatRoom (const shared_ptr<Core> &core, SalCallOp *op) :
|
||||
ChatRoom(*new ServerGroupChatRoomPrivate, core, ChatRoomId(IdentityAddress(op->get_to()), IdentityAddress(op->get_to()))),
|
||||
LocalConference(core, IdentityAddress(op->get_to()), nullptr) {}
|
||||
ServerGroupChatRoom::ServerGroupChatRoom (const shared_ptr<Core> &core, SalCallOp *op)
|
||||
: ChatRoom(*new ServerGroupChatRoomPrivate, core, ChatRoomId(IdentityAddress(op->get_to()), IdentityAddress(op->get_to()))),
|
||||
LocalConference(core, IdentityAddress(op->get_to()), nullptr) {
|
||||
L_D();
|
||||
d->chatRoomListener = d;
|
||||
}
|
||||
|
||||
ServerGroupChatRoom::ServerGroupChatRoom (
|
||||
const shared_ptr<Core> &core,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue