From a7bfaa4ef68a599ccaf09491c59b98959d5ae8cd Mon Sep 17 00:00:00 2001 From: r0hit05 Date: Mon, 27 Jun 2022 22:08:02 +0530 Subject: Updated call struct definitions --- src/voip/CallManager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/voip/CallManager.h') diff --git a/src/voip/CallManager.h b/src/voip/CallManager.h index c17182f0..52d33739 100644 --- a/src/voip/CallManager.h +++ b/src/voip/CallManager.h @@ -92,6 +92,8 @@ private: QString callPartyDisplayName_; QString callPartyAvatarUrl_; std::string callid_; + std::string partyid_ = ""; + std::string invitee_ = ""; const uint32_t timeoutms_ = 120000; webrtc::CallType callType_ = webrtc::CallType::VOICE; bool haveCallInvite_ = false; -- cgit 1.5.1