Re-enable audio level indicators in calls.

This commit is contained in:
Rashad Sookram
2022-04-20 11:29:14 -04:00
committed by Alex Hart
parent 6860f96973
commit 04d6ccc30e
5 changed files with 34 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ import static org.thoughtcrime.securesms.service.webrtc.WebRtcData.ReceivedAnswe
*/
public abstract class WebRtcActionProcessor {
@Nullable public static final Integer AUDIO_LEVELS_INTERVAL = null;
public static final int AUDIO_LEVELS_INTERVAL = 200;
protected final Context context;
protected final WebRtcInteractor webRtcInteractor;