- 4b2a106 Add optional init_send_encodings to AddTrack by Jonas Oreland · 2 years, 5 months ago
- 09a0d01 Deprecate RemoveTrack (old signature) by Harald Alvestrand · 3 years, 3 months ago
- 3d46d0b Proxy: solve event tracing with compile time strings. by Markus Handell · 3 years, 10 months ago
- a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 10 months ago[Renamed (96%) from api/peer_connection_proxy.h]
- a9af50f Introduce CreateDataChannelOrError by Harald Alvestrand · 3 years, 10 months ago
- 9d9b8de Reland "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 1 month ago
- 07a01d0 Revert "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 1 month ago
- a37f2bd Rename SIGNALING and WORKER to PRIMARY and SECONDARY by Harald Alvestrand · 4 years, 1 month ago
- 2aeab5e Make the PC proxy invoke LookupDtlsTransportByMid on the network thread by Tomas Gunnarsson · 4 years, 1 month ago
- 92eebef Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Tomas Gunnarsson · 4 years, 2 months ago
- 6b143c1 Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Guido Urdaneta · 4 years, 2 months ago
- 6cd4058 Fix unsynchronized access to mid_to_transport_ in JsepTransportController by Tomas Gunnarsson · 4 years, 2 months ago
- e574a31 [Perfect Negotiation] Fire onnegotiationneeded when chain is empty. by Henrik Boström · 4 years, 7 months ago
- c88fe70 Make Android/iOS local/remote description accessors thread safe. by Taylor Brandstetter · 4 years, 8 months ago
- 831ae4e Reland "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 8 months ago
- 4c9c75a Revert "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 8 months ago
- d4089ca [Perfect Negotiation] Implement non-racy version of SetLocalDescription. by Henrik Boström · 4 years, 8 months ago
- 4c1e7cc [Adaptation] Add ability to inject resources on the PeerConnection. by Henrik Boström · 4 years, 10 months ago
- 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
- cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
- c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 5 years ago
- ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 5 years ago
- 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 5 years ago
- 7b04a91 Delete almost all default methods on PeerConnectionInterface by Niels Möller · 6 years ago
- 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 6 years ago
- 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 6 years ago
- 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 6 years ago
- 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
- e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
- 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
- 74e63b8 Add missing proxy function for overloaded StartRtcEventLog peer connection function. by Tim Haloun · 6 years ago
- 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 6 years ago
- cdea67d Add GetSctpTransport to proxy map by Harald Alvestrand · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from api/peerconnectionproxy.h]
- e920351 Update PeerConnectionProxy to reflect new PeerConnectionInterface methods by Steve Anton · 6 years ago
- 4139047 Add LookupDtlsTransportByMid to proxy map by Harald Alvestrand · 6 years ago
- 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
- 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
- f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
- ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
- d78323f Remove AddTrack override with MediaStreams by Steve Anton · 7 years ago
- b983bae Remove unused/deprecated DTMF methods by Steve Anton · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 0c4f7be New api struct BitrateSettings. by Niels Möller · 7 years ago
- 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
- 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
- f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
- 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
- 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
- f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
- 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
- a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
- 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
- de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
- 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
- 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
- 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
- 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
- dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
- a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
- 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
- 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
- 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/api/peerconnectionproxy.h]
- 4b97980 Relanding: Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 8 years ago
- 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 8 years ago
- 9641c13 Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 8 years ago
- b10f32f Adding more comments to every header file in api/ subdirectory. by deadbeef · 8 years ago
- 803dc29 Enable cpplint and fix cpplint errors in webrtc/api by oprypin · 8 years ago
- d99a200 Adding some features to proxy.h, and restructuring the macros. by deadbeef · 8 years ago
- 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
- 1e23461 Revert of Adding error output param to SetConfiguration, using new RTCError type. (patchset #4 id:60001 of https://codereview.webrtc.org/2587133004/ ) by deadbeef · 8 years ago
- 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
- fe4a8a4 Implement current/pending session description methods. by deadbeef · 8 years ago
- 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
- e7c338f Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." (patchset #1 id:1 of https://codereview.webrtc.org/2402993002/ ) by sprang · 8 years ago
- 57cb873 Revert of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." (patchset #1 id:1 of https://codereview.webrtc.org/2361053003/ ) by sprang · 8 years ago
- fc9414a Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." by johan · 8 years ago
- 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 9 years ago
- 68343a8 Revert of Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. (patchset #1 id:1 of https://codereview.webrtc.org/2256663002/ ) by perkj · 9 years ago
- 31dea98 Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. by johan · 9 years ago
- 14d5dbe Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface" by ivoc · 9 years ago
- 9e03c3b Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 9 years ago
- 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
- 72c8d2b Rename BEGIN_PROXY_MAP --> BEGIN_SIGNALLING_PROXY_MAP. by nisse · 9 years ago
- 7fb69db Reland the CL to remove candidates when doing continual gathering by Honghai Zhang · 9 years ago
- 6f59a4f Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ ) by tommi · 9 years ago
- 84430da When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network by honghaiz · 9 years ago
- a2a49d9 This CL provides interfaces that do not use constraints for by hta · 9 years ago
- b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
- 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (94%) from talk/app/webrtc/peerconnectionproxy.h]
- e1f9d83 Adding AddTrack/RemoveTrack to native PeerConnection API. by deadbeef · 9 years ago
- bd7d8f7 Adding a MediaStream parameter to createSender. by deadbeef · 9 years ago
- fac0655 Reland of Adding the ability to create an RtpSender without a track. by deadbeef · 9 years ago
- 5def7b9 Revert of Adding the ability to create an RtpSender without a track. (patchset #3 id:300001 of https://codereview.webrtc.org/1413983004/ ) by deadbeef · 9 years ago
- 6834fa1 Reland of Adding the ability to create an RtpSender without a track. (patchset #1 id:1 of https://codereview.webrtc.org/1426443007/ ) by deadbeef · 9 years ago
- 8f46c63 Revert of Adding the ability to create an RtpSender without a track. (patchset #8 id:140001 of https://codereview.webrtc.org/1413713003/ ) by deadbeef · 9 years ago
- ac9d92c Adding the ability to create an RtpSender without a track. by deadbeef · 9 years ago