mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Disable audio level indicator in calls.
This commit is contained in:
@@ -78,7 +78,7 @@ import static org.thoughtcrime.securesms.service.webrtc.WebRtcData.ReceivedAnswe
|
||||
*/
|
||||
public abstract class WebRtcActionProcessor {
|
||||
|
||||
public static final int AUDIO_LEVELS_INTERVAL = 200;
|
||||
@Nullable public static final Integer AUDIO_LEVELS_INTERVAL = null;
|
||||
|
||||
protected final Context context;
|
||||
protected final WebRtcInteractor webRtcInteractor;
|
||||
|
||||
Reference in New Issue
Block a user