Files
platform-external-webrtc/webrtc
deadbeef 47ee2f3b9f TransportController refactoring.
Getting rid of TransportProxy, and in its place adding a
TransportController class which will facilitate access to and manage
the lifetimes of Transports. These Transports will now be accessed
solely from the worker thread, simplifying their implementation.

This refactoring also pulls Transport-related code out of BaseSession.
Which means that BaseChannels will now rely on the TransportController
interface to create channels, rather than BaseSession.

Review URL: https://codereview.webrtc.org/1350523003

Cr-Commit-Position: refs/heads/master@{#10022}
2015-09-22 22:08:31 +00:00
..
2015-09-22 22:08:31 +00:00
2015-09-22 18:58:13 +00:00
2015-09-18 08:48:39 +00:00
2015-09-22 22:08:31 +00:00
2015-09-22 14:29:00 +00:00
2015-09-08 12:36:23 +00:00
2015-09-08 12:36:23 +00:00
2015-05-20 05:20:04 +00:00
2015-06-29 21:35:08 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.