Chromium Code Reviews

Issue 2875703004: Add PeerConnectionInterface::UpdateCallBitrate with call tests. (Closed)

Created:
3 years, 7 months ago by Taylor Brandstetter
Modified:
3 years, 7 months ago
Reviewers:
CC:
webrtc-reviews_webrtc.org, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, kwiberg-webrtc, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add PeerConnectionInterface::UpdateCallBitrate with call tests. BUG=webrtc:7395 patch from issue 2838233002 at patchset 100001 (http://crrev.com/2838233002#ps100001)

Patch Set 1 #

Patch Set 2 : Add new test, make it pass. #

Unified diffs Side-by-side diffs Stats (+495 lines, -50 lines)
M webrtc/api/peerconnectioninterface.h View 1 chunk +15 lines, -0 lines 0 comments
M webrtc/api/peerconnectionproxy.h View 1 chunk +1 line, -0 lines 0 comments
M webrtc/audio/audio_send_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments
M webrtc/call/call.h View 3 chunks +22 lines, -4 lines 0 comments
M webrtc/call/call.cc View 5 chunks +80 lines, -20 lines 0 comments
M webrtc/call/call_unittest.cc View 1 chunk +256 lines, -22 lines 0 comments
M webrtc/call/fake_rtp_transport_controller_send.h View 2 chunks +4 lines, -3 lines 0 comments
M webrtc/media/engine/fakewebrtccall.h View 1 chunk +2 lines, -0 lines 0 comments
M webrtc/media/engine/fakewebrtccall.cc View 1 chunk +5 lines, -0 lines 0 comments
M webrtc/pc/peerconnection.h View 1 chunk +2 lines, -0 lines 0 comments
M webrtc/pc/peerconnection.cc View 1 chunk +48 lines, -0 lines 0 comments
M webrtc/pc/peerconnectioninterface_unittest.cc View 1 chunk +59 lines, -0 lines 0 comments

Messages

Total messages: 1 (1 generated)
Taylor Brandstetter
3 years, 7 months ago (2017-05-11 04:08:17 UTC) #1
Description was changed from

==========
Add PeerConnectionInterface::UpdateCallBitrate with call tests.

BUG=webrtc:7395

patch from issue 2838233002 at patchset 100001
(http://crrev.com/2838233002#ps100001)
==========

to

==========
Add PeerConnectionInterface::UpdateCallBitrate with call tests.

BUG=webrtc:7395

patch from issue 2838233002 at patchset 100001
(http://crrev.com/2838233002#ps100001)
==========

Powered by Google App Engine