tommi@webrtc.org
350d091e0e
Send the hangup message when asked to disconnect from a peer.
...
Review URL: http://webrtc-codereview.appspot.com/131006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@459 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-26 13:20:41 +00:00
tommi@webrtc.org
102b2270c7
First version of the peerconnection client application for Linux.
...
I made several updates to the Windows version as well so that both
implementations share
a big portion of the code.
The underlying PeerConnection notifications have changed a bit since the last
update
so that there's still a known issue that I plan to fix in my next change:
// TODO(tommi): There's a problem now with terminating connections:
// When ending a conversation, both peers now send a signaling message
// that indicates that their ports are closed (port=0). The trouble this
// causes us here is that we can interpret such a message as an invite
// to a new conversation. So, currently there is a bug that ending
// a conversation can immediately start a new one.
// To fix this I plan to change how conversations start and have a special
// notification message via the server that prepares a client for a
// conversation instead of automatically recognizing the first signaling
// message as an invite.
Review URL: http://webrtc-codereview.appspot.com/112008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@446 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-25 15:03:52 +00:00
henrikg@webrtc.org
a2de6060b7
Review URL: http://webrtc-codereview.appspot.com/108007
...
git-svn-id: http://webrtc.googlecode.com/svn/trunk@400 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-18 11:11:04 +00:00
tommi@google.com
b0d7a87bb0
Mock implementation for the UI of the linux version of the peerconnection client.
...
At this point, there's not a lot too it as it only shows what the UI will look like and basically mimics what the Windows version does presently.
Review URL: http://webrtc-codereview.appspot.com/92018
git-svn-id: http://webrtc.googlecode.com/svn/trunk@344 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-10 09:03:29 +00:00
tommi@google.com
d15afa86c2
fix build warnings on linux.
...
Review URL: http://webrtc-codereview.appspot.com/99003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@335 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-09 13:40:24 +00:00
ronghuawu@google.com
e256187f8b
* Push the //depotGoogle/chrome/third_party/libjingle/...@38654 to svn third_party_mods\libjingle.
...
* Update the peerconnection sample client accordingly.
Review URL: http://webrtc-codereview.appspot.com/60008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@302 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-04 17:44:30 +00:00
tommi@google.com
53af7595d1
Switch the sample client back to render the videos in the main window
...
instead of two popup windows. This also demonstrates one way of
implementing the VideoRenderer interface.
Review URL: http://webrtc-codereview.appspot.com/51004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@143 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-04 12:47:37 +00:00
tommi@google.com
b2e56b9816
Switch use of wsprintfW out for the libjingle equivalent.
...
Review URL: http://webrtc-codereview.appspot.com/55001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@135 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-06-30 07:30:13 +00:00
niklase@google.com
b808501c30
If this gives you problems, delete the third_party/libjingle directory and sync again
...
Review URL: http://webrtc-codereview.appspot.com/22023
git-svn-id: http://webrtc.googlecode.com/svn/trunk@57 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-06-08 11:24:32 +00:00
niklase@google.com
0839478fa7
git-svn-id: http://webrtc.googlecode.com/svn/trunk@45 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-06-07 09:00:54 +00:00
ronghuawu@google.com
e6988b9de5
* Update the session layer to p4 37930
...
* Update the peerconnection_client in sync with updates on the libjingle side.
Review URL: http://webrtc-codereview.appspot.com/29008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@34 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-06-01 18:50:40 +00:00
niklase@google.com
dbad7582d5
git-svn-id: http://webrtc.googlecode.com/svn/trunk@12 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-05-30 12:15:30 +00:00
niklase@google.com
278733b2d9
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-05-30 11:39:02 +00:00