From 9357d2bb37029858b397d17e8aa64e57da4202e8 Mon Sep 17 00:00:00 2001 From: Josip Delic Date: Sat, 25 Aug 2018 21:32:32 +0200 Subject: Set state event --- lib/events/callinviteevent.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/events/callinviteevent.h') diff --git a/lib/events/callinviteevent.h b/lib/events/callinviteevent.h index 553a8024..029b2e3d 100644 --- a/lib/events/callinviteevent.h +++ b/lib/events/callinviteevent.h @@ -32,6 +32,8 @@ namespace QMatrixClient explicit CallInviteEvent(const QString& callId, const int lifetime, const QString& sdp); + bool isStateEvent() const override { return true; } + const int lifetime() const { return _lifetime; } const QString& sdp() const { return _sdp; } const QString& callId() const { return _callId; } -- cgit v1.2.3