mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Update to RingRTC v2.44.3
This commit is contained in:
committed by
Cody Henthorne
parent
d91760eefc
commit
a3d1197aef
@@ -63,6 +63,7 @@ class CallLinkPreJoinActionProcessor(
|
||||
ByteArray(0),
|
||||
AUDIO_LEVELS_INTERVAL,
|
||||
getAudioProcessingMethod(),
|
||||
SignalStore.internal.callingEnableOboeAdm(),
|
||||
webRtcInteractor.groupCallObserver
|
||||
)
|
||||
} catch (e: InvalidInputException) {
|
||||
|
||||
@@ -53,6 +53,7 @@ public class GroupNetworkUnavailableActionProcessor extends WebRtcActionProcesso
|
||||
new byte[0],
|
||||
null,
|
||||
RingRtcDynamicConfiguration.getAudioProcessingMethod(),
|
||||
SignalStore.internal().callingEnableOboeAdm(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
return currentState.builder()
|
||||
|
||||
@@ -51,6 +51,7 @@ public class GroupPreJoinActionProcessor extends GroupActionProcessor {
|
||||
new byte[0],
|
||||
AUDIO_LEVELS_INTERVAL,
|
||||
RingRtcDynamicConfiguration.getAudioProcessingMethod(),
|
||||
SignalStore.internal().callingEnableOboeAdm(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
try {
|
||||
|
||||
@@ -102,6 +102,7 @@ public class IncomingCallActionProcessor extends DeviceAwareActionProcessor {
|
||||
context,
|
||||
videoState.getLockableEglBase().require(),
|
||||
RingRtcDynamicConfiguration.getAudioProcessingMethod(),
|
||||
SignalStore.internal().callingEnableOboeAdm(),
|
||||
videoState.requireLocalSink(),
|
||||
callParticipant.getVideoSink(),
|
||||
videoState.requireCamera(),
|
||||
|
||||
@@ -185,6 +185,7 @@ public final class IncomingGroupCallActionProcessor extends DeviceAwareActionPro
|
||||
new byte[0],
|
||||
AUDIO_LEVELS_INTERVAL,
|
||||
RingRtcDynamicConfiguration.getAudioProcessingMethod(),
|
||||
SignalStore.internal().callingEnableOboeAdm(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
try {
|
||||
|
||||
@@ -152,6 +152,7 @@ public class OutgoingCallActionProcessor extends DeviceAwareActionProcessor {
|
||||
context,
|
||||
videoState.getLockableEglBase().require(),
|
||||
RingRtcDynamicConfiguration.getAudioProcessingMethod(),
|
||||
SignalStore.internal().callingEnableOboeAdm(),
|
||||
videoState.requireLocalSink(),
|
||||
callParticipant.getVideoSink(),
|
||||
videoState.requireCamera(),
|
||||
|
||||
Reference in New Issue
Block a user