From ffc2b3abcaa228a193ffdaa51b4701af31e08694 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 27 Apr 2022 11:46:16 +0200 Subject: [PATCH] Fix mac crash --- linphone-app/src/components/conference/ConferenceListener.cpp | 2 +- .../src/components/participant/ParticipantDeviceListener.cpp | 2 ++ linphone-sdk | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/linphone-app/src/components/conference/ConferenceListener.cpp b/linphone-app/src/components/conference/ConferenceListener.cpp index a02488686..f4f9ab06a 100644 --- a/linphone-app/src/components/conference/ConferenceListener.cpp +++ b/linphone-app/src/components/conference/ConferenceListener.cpp @@ -55,7 +55,7 @@ void ConferenceListener::onParticipantDeviceAdded(const std::shared_ptr & conference, const std::shared_ptr & participantDevice){ - qDebug() << "onParticipantDeviceRemoved"; + qDebug() << "onParticipantDeviceRemoved: " << participantDevice->getAddress()->asString().c_str() << " isInConf?[" << participantDevice->isInConference() << "]"; qDebug() << "Me devices : " << conference->getMe()->getDevices().size(); emit participantDeviceRemoved(participantDevice); } diff --git a/linphone-app/src/components/participant/ParticipantDeviceListener.cpp b/linphone-app/src/components/participant/ParticipantDeviceListener.cpp index 755ab901e..a6794d7df 100644 --- a/linphone-app/src/components/participant/ParticipantDeviceListener.cpp +++ b/linphone-app/src/components/participant/ParticipantDeviceListener.cpp @@ -39,10 +39,12 @@ void ParticipantDeviceListener::onIsMuted(const std::shared_ptr & participantDevice) { + qWarning() << "onConferenceJoined: " << participantDevice->getAddress()->asString().c_str() << " isInConf?[" << participantDevice->isInConference() << "]"; emit conferenceJoined(participantDevice); } void ParticipantDeviceListener::onConferenceLeft(const std::shared_ptr & participantDevice) { + qWarning() << "onConferenceLeft: " << participantDevice->getAddress()->asString().c_str() << " isInConf?[" << participantDevice->isInConference() << "]"; emit conferenceLeft(participantDevice); } void ParticipantDeviceListener::onStreamCapabilityChanged(const std::shared_ptr & participantDevice, linphone::MediaDirection direction, linphone::StreamType streamType) { diff --git a/linphone-sdk b/linphone-sdk index b4d326a67..dbc1ed98c 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit b4d326a67d890048f6e869027350ea6ffb8cf8cb +Subproject commit dbc1ed98c46a241a4548c42eccad09332907f4be