mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Remove call session listener when destroying client group chat room.
This commit is contained in:
parent
b9c2b8c9a9
commit
e8da88c543
2 changed files with 7 additions and 0 deletions
|
|
@ -208,6 +208,11 @@ RemoteConference(core, me->getAddress(), nullptr) {
|
|||
dConference->eventHandler->subscribe(getChatRoomId());
|
||||
}
|
||||
|
||||
ClientGroupChatRoom::~ClientGroupChatRoom () {
|
||||
L_D();
|
||||
d->setCallSessionListener(nullptr);
|
||||
}
|
||||
|
||||
shared_ptr<Core> ClientGroupChatRoom::getCore () const {
|
||||
return ChatRoom::getCore();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ public:
|
|||
unsigned int lastNotifyId
|
||||
);
|
||||
|
||||
~ClientGroupChatRoom ();
|
||||
|
||||
std::shared_ptr<Core> getCore () const;
|
||||
|
||||
void allowCpim (bool value) override;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue