Fix up Adjust call integration sounds.

This commit is contained in:
Arne 2025-01-09 09:18:43 +01:00
parent 397c0a0ac7
commit cf1cbd506c

View file

@ -1283,9 +1283,5 @@ public class JingleConnectionManager extends AbstractConnectionManager {
@Override @Override
public void onCallIntegrationMicrophoneEnabled(boolean enabled) {} public void onCallIntegrationMicrophoneEnabled(boolean enabled) {}
@Override
public boolean applyDtmfTone(final String dtmf) {
return false;
}
} }
} }