Sign in
webrtc
/
src
/
97fc11fb86f6309f5a4b4d6c131afac08e6bce07
/
pc
/
peerconnection.h
97fc11f
Fix the 'SetConfiguration(RTCConfiguration::use_media_transport)' setting.
by Piotr (Peter) Slatala
· 6 years ago
98a462c
Reland "Reland "Propagate media transport to media channel.""
by Anton Sukhanov
· 6 years ago
9accc9f
Revert "Reland "Propagate media transport to media channel.""
by Oleh Prypin
· 6 years ago
da65ed2
Reland "Propagate media transport to media channel."
by Anton Sukhanov
· 6 years ago
37cf245
Revert "Propagate media transport to media channel."
by Oleh Prypin
· 6 years ago
8c16f74
Propagate media transport to media channel.
by Anton Sukhanov
· 6 years ago
e0c2e97
Pass MediaTransportFactory to PeerConnectionFactory.
by Piotr (Peter) Slatala
· 6 years ago
892acf0
Add support for send_encodings parameters in addTransceiver
by Florent Castelli
· 6 years ago
ad18276
Revert "Use AsyncInvoker in PeerConnection instead of MessageHandler"
by Steve Anton
· 7 years ago
bb19276
Use AsyncInvoker in PeerConnection instead of MessageHandler
by Steve Anton
· 7 years ago
f06f923
Delete almost all use of MediaConstraintsInterface in the PeerConnection API
by Niels Möller
· 7 years ago
e20867f
Add AsyncResolverFactory interface and basic implementation.
by Zach Stein
· 7 years ago
7a1c7f7
Modified peerconnection's "observer" slot to be nulled on close.
by Harald Alvestrand
· 7 years ago
24db573
Step 1: Add RemoveTrackNew which returns an RTCError
by Steve Anton
· 7 years ago
ee01a83
Remove MetricsObserverInterface.
by Qingsi Wang
· 7 years ago
0f5400a
[Unified Plan] Implement FiredDirection for RtpTransceiver
by Steve Anton
· 7 years ago
056d811
Add counting of PCs with private IP addresses exposed
by Harald Alvestrand
· 7 years ago
7fc821d
Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 7 years ago
d78323f
Remove AddTrack override with MediaStreams
by Steve Anton
· 7 years ago
78fef76
Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 7 years ago
1a2cc0a
Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 7 years ago
13f4c89
Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 7 years ago
870bca1
Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.
by Qingsi Wang
· 7 years ago
b2a7478
Fix usage logging of TURN and STUN servers
by Harald Alvestrand
· 7 years ago
111fdfd
Refactor RtpSender to take the sender ID as a constructor argument
by Steve Anton
· 7 years ago
1979384
Ensure that PC usage is recorded if a PC is alive for 60 seconds.
by Harald Alvestrand
· 7 years ago
b983bae
Remove unused/deprecated DTMF methods
by Steve Anton
· 7 years ago
66cadcc
Replace rtc::Optional with absl::optional in pc
by Danil Chapovalov
· 7 years ago
cdd05f0
Implement proper SCTP data channel closing procedure.
by Taylor Brandstetter
· 7 years ago
8ebba74
Add collection of usage signatures on PeerConnections
by Harald Alvestrand
· 7 years ago
d6f86e8
This changeset adds dependency injection support for SSL Root Certs.
by Benjamin Wright
· 7 years ago
0c4f7be
New api struct BitrateSettings.
by Niels Möller
· 7 years ago
cab58888
Integrated PeerConnectionDependencies into PeerConnection::Initialize
by Benjamin Wright
· 7 years ago
c79268f
Add IsClosed checks to various PeerConnection methods
by Steve Anton
· 7 years ago
cbaa254
Attempting to fix lingering issues with BUNDLE negotiation.
by Taylor Brandstetter
· 7 years ago
a2d6067
Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads."
by Qingsi Wang
· 7 years ago
365381f
Replace BundleFilter with RtpDemuxer in RtpTransport.
by Zhi Huang
· 7 years ago
3dc4106
Revert "Add thread checker to PortAllocator and its subclasses and fix a bug"
by Patrik Höglund
· 7 years ago
fc43d11
Add thread checker to PortAllocator and its subclasses and fix a bug
by Qingsi Wang
· 7 years ago
e830e68
Use new TransportController implementation in PeerConnection.
by Zhi Huang
· 7 years ago
bc609eaa
Revert "Adds support for multiple or no media stream ids."
by Emircan Uysaler
· 7 years ago
1550292
Adds support for multiple or no media stream ids.
by Seth Hampson
· 7 years ago
1df1bf8
PeerConnectionInterface::GetStats() with selector argument added.
by Henrik Boström
· 7 years ago
5081c0c
Change error handlers for Set*Description to use RTCError
by Harald Alvestrand
· 7 years ago
8e20f17
Report UMA metrics for received SDP format
by Steve Anton
· 7 years ago
845e878
Name change from stream label to stream id for spec compliance.
by Seth Hampson
· 7 years ago
0ffaaa2
Report negotiated SDP semantics for local answers also
by Steve Anton
· 7 years ago
c392866
Implement certificate chain stats.
by Taylor Brandstetter
· 7 years ago
52d8677
Fire OnRenegotiationNeeded when changing transceiver direction
by Steve Anton
· 7 years ago
72a43a1
Collect packet loss and RTT stats of STUN binding requests.
by Qingsi Wang
· 7 years ago
afb0bb7
Remove PeerConnection voice_channel/video_channel methods
by Steve Anton
· 7 years ago
db53f8e
Add configurable STUN binding request interval.
by Qingsi Wang
· 7 years ago
8b815cd
Add OnTrack PeerConnection callback for Unified Plan
by Steve Anton
· 7 years ago
ae8a90a
Fixes to PeerConnection for Unified Plan sdp & transceiver logic.
by Seth Hampson
· 7 years ago
b886711
Prepare StatsCollector to work with RtpTransceivers
by Steve Anton
· 7 years ago
5dfde18
Change PeerConnection stats interface to be more flexible
by Steve Anton
· 7 years ago
c7b964c
Report cipher usage to UMA for all media types on a transport
by Steve Anton
· 7 years ago
70b820f
Implemented the GetRemoteAudioSSLCertificate method.
by Zhi Huang
· 7 years ago
22da89f
Implement legacy offer_to_receive options for Unified Plan
by Steve Anton
· 7 years ago
be5e208
Add FakePeerConnectionBase
by Steve Anton
· 7 years ago
2d8609c
Move internal PeerConnection methods to PeerConnectionInternal
by Steve Anton
· 7 years ago
7464fca
Parameterize PeerConnection BUNDLE tests for Unified Plan
by Steve Anton
· 7 years ago
215fda7
Make PeerConnection take reference to UMA observer.
by Taylor Brandstetter
· 7 years ago
ef65ef1
Fire OnAddTrack when Unified Plan is enabled
by Steve Anton
· 7 years ago
02ee47c
Signal track ID correctly when Unified Plan semantics selected
by Steve Anton
· 7 years ago
6077675
Change RtpReceivers to interact with the media channel directly
by Steve Anton
· 7 years ago
2d6c76a
Switch to using AddTrack with stream labels
by Steve Anton
· 7 years ago
fa2260d
Add support for data channels with Unified Plan
by Steve Anton
· 7 years ago
8906187
Pivot generation of stats to iterate senders/receivers
by Harald Alvestrand
· 7 years ago
dcc3c02
Add support for JSEP offer/answer with transceivers
by Steve Anton
· 7 years ago
7411648
Remove SessionStats.proxy_to_transport
by Steve Anton
· 7 years ago
8af2186
Destroy stats collectors before destroying BaseChannels
by Steve Anton
· 7 years ago
f9381f0
Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan
by Steve Anton
· 7 years ago
3fe1b15
Fix PeerConnection crashing on Close() when Unified Plan enabled
by Steve Anton
· 7 years ago
3828c06
Replace cricket::ContentAction with webrtc::SdpType
by Steve Anton
· 7 years ago
ed10bd9
Modify SetLocalDescription helpers to work with RtpTransceivers
by Steve Anton
· 7 years ago
2039306
Replace PeerConnection::Action with cricket::ContentAction
by Steve Anton
· 7 years ago
8a00691
Use RTCError for internal PeerConnection methods
by Steve Anton
· 7 years ago
f847081
Rename PeerConnection::Error to PeerConnection::SessionError
by Steve Anton
· 7 years ago
6fec880
Unify and de-duplicate BaseChannel deletion in PeerConnection
by Steve Anton
· 7 years ago
eda6ccd
Refactor BaseChannel creation in PeerConnection
by Steve Anton
· 7 years ago
1d03a75
Remove cricket::RtpTransceiverDirection
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
79e7960
Add SDP semantics option to RTCConfiguration
by Steve Anton
· 7 years ago
4171afb
Use RtpTransceivers in PeerConnection
by Steve Anton
· 7 years ago
33c5c7f
Revert "Encode log events periodically instead of for every event."
by Zhi Huang
· 7 years ago
b154c27e
Encode log events periodically instead of for every event.
by Bjorn Terelius
· 7 years ago
d25da37
Inline various trivial methods from the WebRtcSession merge
by Steve Anton
· 7 years ago
75737c0
Merge WebRtcSession into PeerConnection
by Steve Anton
· 7 years ago
ba81867
Prepare WebRtcSession to be merged into PeerConnection
by Steve Anton
· 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
d5585ca
Move almost all references from WebRtcSession to PeerConnection
by Steve Anton
· 7 years ago
Next »