webrtc/third_party_mods/libjingle/source/talk/examples/peerconnection_client
2011-10-17 13:19:08 +00:00
..
linux First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
conductor.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
conductor.h One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
defaults.cc First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
defaults.h First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
main_wnd.cc First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
main_wnd.h First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
main.cc First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
peer_connection_client.cc Fix OnClose(socket, NO_ERROR) compile error on Linux. 2011-10-10 11:15:35 +00:00
peer_connection_client.h First compiling version of peerconnection_client_dev using the new Peerconnection API. 2011-10-03 15:59:40 +00:00
peerconnection_client.gyp Update PeerConnection_client to open a video capture device. 2011-10-06 20:36:23 +00:00
server_test.html Adding native client test page to test loopback. 2011-10-12 12:59:13 +00:00