Commit f2789756 authored by Simon Morlat's avatar Simon Morlat
Browse files

deprecate method

parent dabbcea8
Branches
Tags
No related merge requests found
Showing with 4 additions and 0 deletions
......@@ -677,6 +677,10 @@ public interface LinphoneCore {
void startEchoCalibration(Object data) throws LinphoneCoreException;
void enableIpv6(boolean enable);
/**
* @deprecated
* @param i
*/
void adjustSoftwareVolume(int i);
boolean pauseCall(LinphoneCall call);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment