From f532054c410b65210b980ed5efdcc07cae93ea59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 15 Dec 2020 11:22:32 -0500 Subject: [PATCH] dring: remove deprecated call APIs Change-Id: I976c1acc935d2c105530d9c42ff9160d12fc85bd --- src/dring/callmanager_interface.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dring/callmanager_interface.h b/src/dring/callmanager_interface.h index 5ce6fb5dd6..9cf3dd62c3 100644 --- a/src/dring/callmanager_interface.h +++ b/src/dring/callmanager_interface.h @@ -102,13 +102,6 @@ DRING_PUBLIC void startTone(int32_t start, int32_t type); DRING_PUBLIC bool switchInput(const std::string& callID, const std::string& resource); -/* Security related methods */ -DRING_PUBLIC void setSASVerified(const std::string& callID); -DRING_PUBLIC void resetSASVerified(const std::string& callID); -DRING_PUBLIC void setConfirmGoClear(const std::string& callID); -DRING_PUBLIC void requestGoClear(const std::string& callID); -DRING_PUBLIC void acceptEnrollment(const std::string& callID, bool accepted); - /* Instant messaging */ DRING_PUBLIC void sendTextMessage(const std::string& callID, const std::map<std::string, std::string>& messages, -- GitLab