diff --git a/src/libclient/api/callparticipantsmodel.h b/src/libclient/api/callparticipantsmodel.h index c1c7bf9b251045573d42f3d169419607ff636082..9f6d8c0ed9b7d3fb12628b785b935922542c0249 100644 --- a/src/libclient/api/callparticipantsmodel.h +++ b/src/libclient/api/callparticipantsmodel.h @@ -121,8 +121,9 @@ struct ParticipantInfos && audioModeratorMuted == other.audioModeratorMuted && avatar == other.avatar && bestName == other.bestName && isContact == other.isContact && islocal == other.islocal && videoMuted == other.videoMuted - && handRaised == other.handRaised && voiceActivity == other.voiceActivity - && isRecording == other.isRecording; + && isModerator == other.isModerator && voiceActivity == other.voiceActivity + && handRaised == other.handRaised && isRecording == other.isRecording + && device == other.device; } };