Steve Anton
d295e407da
Reinstate "iOS - Add iceRegatherIntervalRange."
...
This reverts commit 93adc3209b5ff10adaba54d5eab6b53bc2780685.
Reverted originally because it depended on a CL which was reverted.
That CL has been reinstated in:
https: //chromium-review.googlesource.com/#/c/572070/
Bug: webrtc:7969
Change-Id: I608bbeaaba02e84908433c8260cf236df0307a97
Reviewed-on: https://chromium-review.googlesource.com/572405
Reviewed-by: Zeke Chin <tkchin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19035}
2017-07-14 23:55:48 +00:00
magjed
93adc3209b
Revert of iOS - Add iceRegatherIntervalRange. (patchset #1 id:1 of https://codereview.webrtc.org/2976953002/ )
...
Reason for revert:
Blocks reverting:
https://chromium-review.googlesource.com/c/562505
Original issue's description:
> iOS - Add iceRegatherIntervalRange.
>
> BUG=webrtc:7969
>
> Review-Url: https://codereview.webrtc.org/2976953002
> Cr-Commit-Position: refs/heads/master@{#18997}
> Committed: 5e0ed36d74
TBR=haysc@webrtc.org ,steveanton@webrtc.org,tkchin@webrtc.org
NOTRY=TRUE
BUG=webrtc:7969
Review-Url: https://codereview.webrtc.org/2979993003
Cr-Commit-Position: refs/heads/master@{#19023}
2017-07-14 14:59:05 +00:00
tkchin
5e0ed36d74
iOS - Add iceRegatherIntervalRange.
...
BUG=webrtc:7969
Review-Url: https://codereview.webrtc.org/2976953002
Cr-Commit-Position: refs/heads/master@{#18997}
2017-07-13 09:17:43 +00:00
jtteh
4eeb53748a
[iOS] Added an initialization method to RTCConfiguration that takes a
...
native configuration.
Added a getConfiguration getter method to RTCPeerConnection to return
the RTCConfiguration.
BUG=webrtc:7431
Review-Url: https://codereview.webrtc.org/2790833002
Cr-Commit-Position: refs/heads/master@{#17517}
2017-04-03 22:06:37 +00:00
skvlad
a5d94fff99
Objective-C API to set the ICE check rate through RTCConfiguration.
...
This is the Objective-C counterpart to
https://codereview.webrtc.org/2670053002/ . Allows applications to
control the maximum ICE check rate to match bandwidth constraints.
BUG=webrtc:7082
Review-Url: https://codereview.webrtc.org/2674663002
Cr-Commit-Position: refs/heads/master@{#16423}
2017-02-02 21:02:30 +00:00
haysc
c9f95005f2
Expose audio_jitter_buffer_fast_accelerate config to objc wrapper
...
NOTRY=True
BUG=webrtc:6827
Review-Url: https://codereview.webrtc.org/2556553002
Cr-Commit-Position: refs/heads/master@{#15429}
2016-12-05 22:24:41 +00:00
honghaiz
af6b6e021f
Prefix bool variable with "should".
...
This is to address a comment in a CL landed earlier.
BUG=
Review-Url: https://codereview.webrtc.org/2137223002
Cr-Commit-Position: refs/heads/master@{#13435}
2016-07-11 22:09:32 +00:00
Honghai Zhang
e2e35ca55d
Add pruneTurnPorts to the IOS RTCConfiguration.
...
BUG=
R=pthatcher@webrtc.org
TBR=tkchin@webrt.org
Review URL: https://codereview.webrtc.org/2120553002 .
Cr-Commit-Position: refs/heads/master@{#13368}
2016-07-01 21:22:30 +00:00
Taylor Brandstetter
e9851116e2
Adding API for "presume writable when fully relayed" ICE option.
...
For explanation of what this is, see:
https://codereview.webrtc.org/2063823008/
R=glaznev@webrtc.org , pthatcher@webrtc.org
TBR=tkchin@webrtc.org
Review URL: https://codereview.webrtc.org/2107303003 .
Cr-Commit-Position: refs/heads/master@{#13366}
2016-07-01 18:11:22 +00:00
Honghai Zhang
46007ae1eb
Add flag in ios to support disabling high-cost networks.
...
This depends on CL:
https://codereview.webrtc.org/1987833002/
BUG=
R=tkchin@webrtc.org
Review URL: https://codereview.webrtc.org/2030443002 .
Cr-Commit-Position: refs/heads/master@{#13046}
2016-06-03 23:31:45 +00:00
deadbeef
be0c96fd00
Add ice_candidate_pool_size to Obj-C and Java RTCConfiguration.
...
Review-Url: https://codereview.webrtc.org/1986073004
Cr-Commit-Position: refs/heads/master@{#12801}
2016-05-18 23:20:18 +00:00
Honghai Zhang
3108fc933b
Add config continualGatheringPolicy to the IOS RTCConfiguration.
...
BUG=
R=tkchin@webrtc.org
Review URL: https://codereview.webrtc.org/1971563002 .
Cr-Commit-Position: refs/heads/master@{#12689}
2016-05-11 17:10:47 +00:00
tkchin
9eeb6240c9
Build dynamic iOS SDK.
...
- Places most ObjC code into webrtc/sdk/objc instead.
- New gyp targets to build, strip and export symbols for dylib.
- Removes old script used to generate dylib.
BUG=
Review URL: https://codereview.webrtc.org/1903663002
Cr-Commit-Position: refs/heads/master@{#12524}
2016-04-27 08:54:27 +00:00