Searched defs:CallReportInfo (Results 1 – 1 of 1) sorted by relevance
117 struct CallReportInfo { struct118 int32_t index = 0;122 char accountNum[kMaxNumberLen + 1] = { 0 };123 int32_t accountId = 0;127 CallType callType = CallType::TYPE_ERR_CALL;131 VideoStateType callMode = VideoStateType::TYPE_VOICE;157 VoipCallReportInfo voipCallInfo; argument167 std::vector<CallReportInfo> callVec {}; argument