Searched defs:CallReportInfo (Results 1 – 1 of 1) sorted by relevance
581 struct CallReportInfo { struct582 int32_t index = 0;586 char accountNum[kMaxNumberLen + 1] = { 0 };587 int32_t accountId = 0;591 CallType callType = CallType::TYPE_ERR_CALL;595 VideoStateType callMode = VideoStateType::TYPE_VOICE;619 std::vector<CallReportInfo> callVec {}; argument