mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 06:07:37 +00:00
Update to RingRTC v2.16.0
This commit is contained in:
@@ -45,6 +45,7 @@ class GroupNetworkUnavailableActionProcessor extends WebRtcActionProcessor {
|
||||
byte[] groupId = currentState.getCallInfoState().getCallRecipient().requireGroupId().getDecodedId();
|
||||
GroupCall groupCall = webRtcInteractor.getCallManager().createGroupCall(groupId,
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
new byte[0],
|
||||
SignalStore.internalValues().audioProcessingMethod(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ public class GroupPreJoinActionProcessor extends GroupActionProcessor {
|
||||
byte[] groupId = currentState.getCallInfoState().getCallRecipient().requireGroupId().getDecodedId();
|
||||
GroupCall groupCall = webRtcInteractor.getCallManager().createGroupCall(groupId,
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
new byte[0],
|
||||
SignalStore.internalValues().audioProcessingMethod(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
|
||||
@@ -169,6 +169,7 @@ public final class IncomingGroupCallActionProcessor extends DeviceAwareActionPro
|
||||
byte[] groupId = currentState.getCallInfoState().getCallRecipient().requireGroupId().getDecodedId();
|
||||
GroupCall groupCall = webRtcInteractor.getCallManager().createGroupCall(groupId,
|
||||
SignalStore.internalValues().groupCallingServer(),
|
||||
new byte[0],
|
||||
SignalStore.internalValues().audioProcessingMethod(),
|
||||
webRtcInteractor.getGroupCallObserver());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user