Searched defs:CallAttributeInfo (Results 1 – 1 of 1) sorted by relevance
148 struct CallAttributeInfo { struct149 char accountNumber[kMaxNumberLen + 1];150 char bundleName[kMaxBundleNameLen + 1];151 bool speakerphoneOn;152 int32_t accountId;153 VideoStateType videoState;154 int64_t startTime; // Call start time155 bool isEcc;156 CallType callType;157 int32_t callId;[all …]