From cdea67dc5b99ef2400479888c949d973d20de758 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 28 Feb 2019 21:33:00 +0100 Subject: [PATCH] Add GetSctpTransport to proxy map Should have been in previous CL. Bug: chromium:818643 Change-Id: I7306c37820ddc5552f6002d77d46768636a1b45b Reviewed-on: https://webrtc-review.googlesource.com/c/125083 Reviewed-by: Karl Wiberg Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#26915} --- api/peer_connection_proxy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/api/peer_connection_proxy.h b/api/peer_connection_proxy.h index 8bd4d71d0c..61058b5a47 100644 --- a/api/peer_connection_proxy.h +++ b/api/peer_connection_proxy.h @@ -125,6 +125,7 @@ PROXY_METHOD1(void, SetAudioRecording, bool) PROXY_METHOD1(rtc::scoped_refptr, LookupDtlsTransportByMid, const std::string&) +PROXY_CONSTMETHOD0(rtc::scoped_refptr, GetSctpTransport) PROXY_METHOD0(SignalingState, signaling_state) PROXY_METHOD0(IceConnectionState, ice_connection_state) PROXY_METHOD0(IceConnectionState, standardized_ice_connection_state)