diff options
Diffstat (limited to 'lib/events/callanswerevent.h')
-rw-r--r-- | lib/events/callanswerevent.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/events/callanswerevent.h b/lib/events/callanswerevent.h index 8ffe60f2..4d539b85 100644 --- a/lib/events/callanswerevent.h +++ b/lib/events/callanswerevent.h @@ -13,14 +13,8 @@ public: explicit CallAnswerEvent(const QJsonObject& obj); - explicit CallAnswerEvent(const QString& callId, const int lifetime, - const QString& sdp); explicit CallAnswerEvent(const QString& callId, const QString& sdp); - int lifetime() const - { - return contentPart<int>("lifetime"_ls); - } // FIXME: Omittable<>? QString sdp() const { return contentPart<QJsonObject>("answer"_ls).value("sdp"_ls).toString(); |