71 virtual ::webrtc::AudioReceiveStreamInterface*
78 virtual ::webrtc::VideoSendStream*
82 virtual ::webrtc::VideoSendStream*
89 virtual ::webrtc::VideoReceiveStreamInterface*
106 virtual ::webrtc::PacketReceiver* Receiver() = 0;
109 virtual ::webrtc::RtpTransportControllerSendInterface* GetTransportControllerSend() = 0;
112 virtual ::webrtc::Call::Stats GetStats()
const = 0;
115 virtual void SignalChannelNetworkState(::webrtc::MediaType, ::webrtc::NetworkState) = 0;
118 virtual void OnAudioTransportOverheadChanged(
int) = 0;
139 virtual ::webrtc::FieldTrialsView
const& trials()
const = 0;
142 virtual ::webrtc::TaskQueueBase* network_thread()
const = 0;
145 virtual ::webrtc::TaskQueueBase* worker_thread()
const = 0;
148 virtual ~Call() =
default;