webrtc/api
Niels Möller 8366e177e7 Rename Call::Config to CallConfig, keep old name as alias.
We want api/peerconnectioninterface.h (and corresponding build target)
to not depend on call.h, and generally we treat Call as an internal,
non-api, class. But we need CallFactoryInterface in the api in order to
enable use of PeerConnection with or without support for media.

Making CallConfig a top-level class makes it possible to forward declare
it, together with Call, for use in callfactoryinterface.h and
peerconnectioninterface.h.

Delete the peerconnection_and_implicit_call_api target, replaced by
new target callfactory_api, to link between Call and Peerconnection.

Bug: webrtc:7504
Change-Id: I5e3978ef89bcd6705e94536f8676bcf89fc82fe1
Reviewed-on: https://webrtc-review.googlesource.com/46201
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22020}
2018-02-14 15:14:39 +00:00
..
audio Move AudioFrame to its own header file and target in api/. 2018-02-14 11:01:53 +00:00
audio_codecs Stop using public_deps in api. 2018-02-06 09:40:39 +00:00
call Rename Call::Config to CallConfig, keep old name as alias. 2018-02-14 15:14:39 +00:00
ortc Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
stats Generate signed packets_lost in WebRTC-stats 2017-12-13 12:25:42 +00:00
test Change return type of RtpSenderInterface::SetParameters from bool to RTCError 2018-01-25 19:06:04 +00:00
video Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
video_codecs Remove unused fields from VideoCodecVP8. 2018-02-09 15:55:59 +00:00
array_view.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
array_view_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_options.h Move AudioOptions to its own header file and target. 2018-01-19 13:00:32 +00:00
BUILD.gn Rename Call::Config to CallConfig, keep old name as alias. 2018-02-14 15:14:39 +00:00
candidate.cc Fix clang style warnings in api/candidate.h 2017-10-26 23:22:18 +00:00
candidate.h Fix clang style warnings in api/candidate.h 2017-10-26 23:22:18 +00:00
cryptoparams.h Fix ortc_api circular deps. 2017-11-15 13:31:51 +00:00
datachannelinterface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Rename Call::Config to CallConfig, keep old name as alias. 2018-02-14 15:14:39 +00:00
dtmfsenderinterface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakemetricsobserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakemetricsobserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fec_controller.h Do not register VideoSendStream to PacketFeedbackObserver when the current FEC controller do not use Loss Vector Mask. 2018-01-24 10:40:22 +00:00
jsep.cc Fix clang style errors in api/jsep.h 2017-12-06 18:12:06 +00:00
jsep.h Fix clang style errors in api/jsep.h 2017-12-06 18:12:06 +00:00
jsepicecandidate.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
jsepsessiondescription.h Introduce webrtc::SdpType, the chosen enum for offer/pranswer/answer 2017-12-06 02:27:32 +00:00
mediaconstraintsinterface.cc Rename a few MediaConfig::Video flags for consistency. 2018-01-22 17:32:58 +00:00
mediaconstraintsinterface.h Android: Generate JNI code for MediaConstraints 2017-11-24 11:03:19 +00:00
mediastreaminterface.cc Fix clang style errors in rtp_rtcp and dependant targets 2018-02-07 09:48:28 +00:00
mediastreaminterface.h Fix clang style errors in rtp_rtcp and dependant targets 2018-02-07 09:48:28 +00:00
mediastreamproxy.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mediastreamtrackproxy.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mediatypes.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mediatypes.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
notifier.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
optional.cc Added nullopt and implicit construction to rtc::Optional 2017-11-15 15:50:11 +00:00
optional.h Added nullopt and implicit construction to rtc::Optional 2017-11-15 15:50:11 +00:00
optional_unittest.cc Added nullopt and implicit construction to rtc::Optional 2017-11-15 15:50:11 +00:00
OWNERS Make hbos@webrtc.org OWNER of peerconnection*. 2017-11-13 12:27:29 +00:00
peerconnectionfactoryproxy.h Remove dead version of StartRtcEventLog 2017-10-06 15:18:24 +00:00
peerconnectioninterface.h Rename Call::Config to CallConfig, keep old name as alias. 2018-02-14 15:14:39 +00:00
peerconnectionproxy.h Switch to using AddTrack with stream labels 2018-01-06 02:01:39 +00:00
proxy.cc Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
proxy.h Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
refcountedbase.h New classes RefCounter and RefCountedBase. 2017-10-23 11:46:47 +00:00
rtcerror.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtcerror.h Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtcerror_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtceventlogoutput.h Move RtcEventLogOutput to api/ 2017-10-06 13:58:14 +00:00
rtp_headers.cc Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
rtp_headers.h Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
rtpparameters.cc Updates to video config to allow changes in google3 tests, in order to not break anything. 2017-12-19 22:10:10 +00:00
rtpparameters.h Updated comments for RtpEncodingParameters. 2018-02-13 19:47:56 +00:00
rtpparameters_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtpreceiverinterface.cc Fix clang style errors in rtp_rtcp and dependant targets 2018-02-07 09:48:28 +00:00
rtpreceiverinterface.h Fix clang style errors in rtp_rtcp and dependant targets 2018-02-07 09:48:28 +00:00
rtpsenderinterface.h Change return type of RtpSenderInterface::SetParameters from bool to RTCError 2018-01-25 19:06:04 +00:00
rtptransceiverinterface.h Move media_type to RtpTransceiverInterface 2018-02-12 19:18:44 +00:00
setremotedescriptionobserverinterface.h Reland "SetRemoteDescriptionObserverInterface added." 2017-11-23 19:59:48 +00:00
statstypes.cc Remove unused enum (kStatsValueNameEchoCancellationQualityMin). 2017-12-18 11:56:48 +00:00
statstypes.h Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. 2018-02-07 10:07:28 +00:00
turncustomizer.h TurnCustomizer - an interface for modifying stun messages sent by TurnPort 2017-10-11 07:45:29 +00:00
umametrics.cc Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
umametrics.h Add UMA counters for type of SDP semantic in use. 2018-02-14 00:18:20 +00:00
videosinkinterface.h Move videosinkinterface.h to common_video to solve a circular dep. 2018-01-04 13:19:49 +00:00
videosourceinterface.cc Move videosourceinterface to api. 2018-01-05 09:14:19 +00:00
videosourceinterface.h Move videosourceinterface to api. 2018-01-05 09:14:19 +00:00
videosourceproxy.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00