Update to RingRTC v2.62.0

This commit is contained in:
Jim Gustafson
2026-01-15 08:41:53 -08:00
committed by Alex Hart
parent 3e6145aed0
commit 4ca849c151
3 changed files with 12 additions and 6 deletions

View File

@@ -94,6 +94,7 @@ import org.whispersystems.signalservice.api.push.exceptions.UnregisteredUserExce
import org.whispersystems.signalservice.internal.push.SyncMessage;
import java.io.IOException;
import java.time.Instant;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
@@ -931,6 +932,11 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
});
}
@Override
public void onSendCallMessageToAdhocGroup(@NonNull byte[] message, @NonNull CallManager.CallMessageUrgency urgency, Instant expiration, @NonNull Map<UUID, byte[]> recipientsToEndorsements) {
Log.w(TAG, "onSendCallMessageToAdhocGroup(): not handled yet!");
}
@Override
public void onSendHttpRequest(long requestId, @NonNull String url, @NonNull CallManager.HttpMethod httpMethod, @Nullable List<HttpHeader> headers, @Nullable byte[] body) {
if (callManager == null) {