Add LookupDtlsTransportByMid to proxy map

Bug: chromium:907849
Change-Id: Ib707f18fdf67617967b83cd17f0454d182b8011f
Reviewed-on: https://webrtc-review.googlesource.com/c/112907
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25885}
This commit is contained in:
Harald Alvestrand
2018-12-03 18:45:19 +01:00
committed by Commit Bot
parent d0b69a8c50
commit 41390474fc
4 changed files with 10 additions and 1 deletions

View File

@ -1034,9 +1034,9 @@ class PeerConnectionInterface : public rtc::RefCountInterface {
// In the Javascript API, DtlsTransport is a property of a sender, but
// because the PeerConnection owns the DtlsTransport in this implementation,
// it is better to look them up on the PeerConnection.
// TODO(hta): Remove default implementation after updating Chrome.
virtual rtc::scoped_refptr<DtlsTransportInterface> LookupDtlsTransportByMid(
const std::string& mid);
// TODO(hta): Remove default implementation.
// Returns the current SignalingState.
virtual SignalingState signaling_state() = 0;