Searched defs:CallReportInfo (Results 1 – 1 of 1) sorted by relevance
154 struct CallReportInfo { struct155 int32_t index = 0;159 char accountNum[kMaxNumberLen + 1] = { 0 };160 int32_t accountId = 0;164 CallType callType = CallType::TYPE_ERR_CALL;168 VideoStateType callMode = VideoStateType::TYPE_VOICE;194 VoipCallReportInfo voipCallInfo; argument198 bool isPendingHold = false;224 std::vector<CallReportInfo> callVec {}; argument