Disable audio level indicator in calls.

This commit is contained in:
Rashad Sookram
2022-04-15 15:45:50 -04:00
committed by GitHub
parent d62d0efb1d
commit e9804eccbb
2 changed files with 8 additions and 2 deletions

View File

@@ -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;