Skip to content
Snippets Groups Projects
Commit f532054c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

dring: remove deprecated call APIs

Change-Id: I976c1acc935d2c105530d9c42ff9160d12fc85bd
parent e27148c1
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment