You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Signal/src
Michael Kirk 5f305f844f Send ICE updates immediately after sending CallOffer for faster call
connection.

For legacy reasons, the call sender used to wait until after receiving
the call answer before sending the ICE updates. The primary motivation
was that if the receiving user hadn't accepted a new identity change,
rather than just seeing one "Tap to Accept New Safety Number" messages
for a call, they'd see one for the call offer and then a dozen more as
ICE updates trickled in.

We changed that behavior long ago, and effectively all clients will
avoid that case, while sending ICE updates immediately will allow calls
to connect without having to wait for an additional serialized round
trip between the caller and call recipient.

// FREEBIE
8 years ago
..
Jobs Respond to CR. 8 years ago
Models Address Indic script crash. 8 years ago
Profiles Merge branch 'hotfix/2.19.7' 8 years ago
Storyboard
UserInterface Add asserts around Swift singletons. 8 years ago
ViewControllers Improve sound settings view. 8 years ago
call Send ICE updates immediately after sending CallOffer for faster call 8 years ago
environment Update call sounds. 8 years ago
network Merge branch 'hotfix/2.19.7' 8 years ago
util Don't de-activate audio sesion when other audio activities are happening 8 years ago
views Make "swipe for info" RTL compatible 8 years ago
AppDelegate.h Ensure app delegate hooks are ignored until app is ready. 8 years ago
AppDelegate.m Use background task while migrating. 8 years ago
MessageSender+Promise.swift WIP: Framework-friendly - compiles but crashes on launch 8 years ago
Signal-Bridging-Header.h Update call sounds. 8 years ago
UIApplication+OWS.swift Migrate environment to SignalMessaging. 8 years ago
UIDevice+featureSupport.swift
UIStoryboard+OWS.swift