Updates html test file to webkitDeprecatedPeerConnection.
The name (in WebKit) has been changed to add "Deprecated", in preparation of launching JSEP PeerConnection. This change is in Chrome Canary now. No functionality has changed. BUG=371 Review URL: https://webrtc-codereview.appspot.com/449012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1911 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
b9c50b68bf
commit
4530aa3157
@ -238,7 +238,7 @@ function createPeerConnection() {
|
||||
}
|
||||
trace("Creating PeerConnection object");
|
||||
try {
|
||||
pc = new webkitPeerConnection("STUN stun.l.google.com:19302",
|
||||
pc = new webkitDeprecatedPeerConnection("STUN stun.l.google.com:19302",
|
||||
onSignalingMessage);
|
||||
pc.onaddstream = onAddStream;
|
||||
pc.onremovestream = onRemoveStream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user