Update to RingRTC v2.16.0

This commit is contained in:
Jim Gustafson
2021-12-06 07:38:18 -08:00
committed by GitHub
parent c91a1e13d9
commit 0a84f7f505
5 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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