mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
assistant: change default transport to UDP for external accounts
This commit is contained in:
parent
0afb9d6f23
commit
c7aea7f379
2 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,8 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Enable Neon intrinsics optimizations for speex resampler (ENABLE_ARM_NEON_INTRINSICS)
|
||||
- Push notifications are now configurable per account
|
||||
- Update to latest OpenH264 version to fix issue with Xcode 7.3 and arm64 devices [openh264-2434]
|
||||
- Default transport reset to "UDP" for external accounts in assistant since most providers only support that
|
||||
|
||||
### Fixed
|
||||
- Fix invalid photo rotation when using Camera for avatars
|
||||
- Parse user input as SIP address or phone number depending on default account settings: if "substitute + by country code" is set,
|
||||
|
|
|
|||
|
|
@ -579,7 +579,7 @@ Once it is done, come back here and click on the button.</string>
|
|||
<color key="textColor" red="0.50196078430000002" green="0.50196078430000002" blue="0.50196078430000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<segmentedControl opaque="NO" tag="110" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="2" id="Nrv-SM-lMf" userLabel="transportSegment">
|
||||
<segmentedControl opaque="NO" tag="110" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="Nrv-SM-lMf" userLabel="transportSegment">
|
||||
<rect key="frame" x="36" y="455" width="299" height="29"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
||||
<segments>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue