Remove the dependency of TransportChannel and TransportChannelImpl.
DtlsTransportChannelWrapper is renamed to be DtlsTransport which inherits from DtlsTransportInternal. There will be no concept of "channel" in p2p level. Both P2PTransportChannel and DtlsTransport don't depend on TransportChannel and TransportChannelImpl any more and they are removed in this CL. BUG=none Review-Url: https://codereview.webrtc.org/2606123002 Cr-Commit-Position: refs/heads/master@{#16173}
This commit is contained in:
@ -64,8 +64,8 @@ class RtpSenderReceiverTest : public testing::Test {
|
||||
channel_manager_.Init();
|
||||
bool rtcp_mux_required = true;
|
||||
bool srtp_required = true;
|
||||
cricket::TransportChannel* rtp_transport =
|
||||
fake_transport_controller_.CreateTransportChannel(
|
||||
cricket::DtlsTransportInternal* rtp_transport =
|
||||
fake_transport_controller_.CreateDtlsTransport(
|
||||
cricket::CN_AUDIO, cricket::ICE_CANDIDATE_COMPONENT_RTP);
|
||||
voice_channel_ = channel_manager_.CreateVoiceChannel(
|
||||
&fake_media_controller_, rtp_transport, nullptr, rtc::Thread::Current(),
|
||||
|
||||
Reference in New Issue
Block a user