Searched defs:IncomingContactInformation (Results 1 – 1 of 1) sorted by relevance
32 struct IncomingContactInformation { struct33 std::string dialOrCome = "";34 std::string phoneNumber = "";35 std::string incomingName = "";36 std::string isContact = "0";38 int32_t accountId = -1;39 int32_t callId = -1;40 int32_t stopBroadcasting = 0;41 int32_t call_status = -1;42 sptr<CallBase> call = nullptr;[all …]