Remove more trampoline functions from ChannelManager

Bug: webrtc:13931
Change-Id: I3a1b48aeffd91ee6abaf78eb1ec69c1653b210e6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262640
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36898}
This commit is contained in:
Harald Alvestrand
2022-05-16 10:36:43 +00:00
committed by WebRTC LUCI CQ
parent 2698353d43
commit 35f4b4c755
9 changed files with 48 additions and 77 deletions

View File

@ -576,6 +576,7 @@ class SdpOfferAnswerHandler : public SdpStateProvider,
// ==================================================================
// Access to pc_ variables
cricket::ChannelManager* channel_manager() const;
cricket::MediaEngineInterface* media_engine() const;
TransceiverList* transceivers();
const TransceiverList* transceivers() const;
DataChannelController* data_channel_controller();