Update to RingRTC v2.50.0

This commit is contained in:
Jim Gustafson
2025-02-21 08:17:28 -08:00
committed by GitHub
parent f920e5f29c
commit 6975afcff0
3 changed files with 6 additions and 7 deletions

View File

@@ -230,7 +230,6 @@ public abstract class WebRtcActionProcessor {
messageAgeSec,
WebRtcUtil.getCallMediaTypeFromOfferType(offerMetadata.getOfferType()),
SignalStore.account().getDeviceId(),
SignalStore.account().isPrimaryDevice(),
remoteIdentityKey,
localIdentityKey);
} catch (CallException | InvalidKeyException e) {