47 Options& operator=(Options
const&);
48 Options(Options
const&);
57 virtual ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::PeerConnectionInterface>>
58 CreatePeerConnectionOrError(
63 virtual ::webrtc::RtpCapabilities GetRtpSenderCapabilities(::webrtc::MediaType kind)
const = 0;
65 virtual ::webrtc::RtpCapabilities GetRtpReceiverCapabilities(::webrtc::MediaType kind)
const = 0;
67 virtual ::webrtc::scoped_refptr<::webrtc::MediaStreamInterface>
68 CreateLocalMediaStream(::std::string
const& stream_id) = 0;
70 virtual ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface>
73 virtual ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface>
76 virtual ::webrtc::scoped_refptr<::webrtc::AudioTrackInterface>
79 virtual bool StartAecDump(::_iobuf* file, int64 max_size_bytes);
81 virtual void StopAecDump() = 0;