diff options
Diffstat (limited to 'lib/events/callanswerevent.h')
-rw-r--r-- | lib/events/callanswerevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/events/callanswerevent.h b/lib/events/callanswerevent.h index 05a20aac..b5b47899 100644 --- a/lib/events/callanswerevent.h +++ b/lib/events/callanswerevent.h @@ -33,6 +33,8 @@ namespace QMatrixClient const QString& sdp); explicit CallAnswerEvent(const QString& callId, 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; } |