Searched defs:VoipCallReportInfo (Results 1 – 1 of 1) sorted by relevance
80 struct VoipCallReportInfo { struct81 std::string voipCallId = "";82 std::string userName = "";84 std::string abilityName = "";85 std::string extensionId = "";86 std::string voipBundleName = "";87 bool showBannerForIncomingCall = true;88 bool isConferenceCall = false;89 bool isVoiceAnswerSupported = true;90 bool hasMicPermission = true;[all …]