56 Stats& operator=(Stats
const&);
68 virtual ::webrtc::AudioReceiveStreamInterface*
73 virtual ::webrtc::VideoSendStream*
76 virtual ::webrtc::VideoSendStream* CreateVideoSendStream(
79 ::std::unique_ptr<::webrtc::FecController>
84 virtual ::webrtc::VideoReceiveStreamInterface*
89 virtual ::webrtc::FlexfecReceiveStream*
96 virtual ::webrtc::PacketReceiver* Receiver() = 0;
98 virtual ::webrtc::RtpTransportControllerSendInterface* GetTransportControllerSend() = 0;
100 virtual ::webrtc::Call::Stats GetStats()
const = 0;
102 virtual void SignalChannelNetworkState(::webrtc::MediaType, ::webrtc::NetworkState) = 0;
104 virtual void OnAudioTransportOverheadChanged(
int) = 0;
118 virtual ::webrtc::FieldTrialsView
const& trials()
const = 0;
120 virtual ::webrtc::TaskQueueBase* network_thread()
const = 0;
122 virtual ::webrtc::TaskQueueBase* worker_thread()
const = 0;
124 virtual ~Call() =
default;