Updated PeerConnection samples so they run on FF.
R=braveyao@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6359004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5340 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -129,7 +129,7 @@ function call() {
|
||||
pc2.onaddstream = gotRemoteStream;
|
||||
pc1.addStream(localstream);
|
||||
trace("Adding Local Stream to peer connection");
|
||||
pc1.createOffer(gotDescription1);
|
||||
pc1.createOffer(gotDescription1, null, sdpConstraints);
|
||||
}
|
||||
|
||||
function gotDescription1(desc){
|
||||
|
||||
Reference in New Issue
Block a user