mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Update to RingRTC v2.18.0
This commit is contained in:
@@ -46,6 +46,7 @@ class GroupNetworkUnavailableActionProcessor extends WebRtcActionProcessor {
|
||||
GroupCall groupCall = webRtcInteractor.getCallManager().createGroupCall(groupId,
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
new byte[0],
|
||||
null,
|
||||
AudioProcessingMethodSelector.get(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ public class GroupPreJoinActionProcessor extends GroupActionProcessor {
|
||||
GroupCall groupCall = webRtcInteractor.getCallManager().createGroupCall(groupId,
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
new byte[0],
|
||||
null,
|
||||
AudioProcessingMethodSelector.get(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ public class IncomingCallActionProcessor extends DeviceAwareActionProcessor {
|
||||
iceServers,
|
||||
hideIp,
|
||||
NetworkUtil.getCallingBandwidthMode(context),
|
||||
null,
|
||||
false);
|
||||
} catch (CallException e) {
|
||||
return callFailure(currentState, "Unable to proceed with call: ", e);
|
||||
|
||||
@@ -170,6 +170,7 @@ public final class IncomingGroupCallActionProcessor extends DeviceAwareActionPro
|
||||
GroupCall groupCall = webRtcInteractor.getCallManager().createGroupCall(groupId,
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
new byte[0],
|
||||
null,
|
||||
AudioProcessingMethodSelector.get(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
|
||||
@@ -112,6 +112,7 @@ public class OutgoingCallActionProcessor extends DeviceAwareActionProcessor {
|
||||
iceServers,
|
||||
isAlwaysTurn,
|
||||
NetworkUtil.getCallingBandwidthMode(context),
|
||||
null,
|
||||
currentState.getCallSetupState(activePeer).isEnableVideoOnCreate());
|
||||
} catch (CallException e) {
|
||||
return callFailure(currentState, "Unable to proceed with call: ", e);
|
||||
|
||||
Reference in New Issue
Block a user