PeerConnectionTest(java): test SCTP DataChannels.

BUG=1408,2253,2626
R=jiayl@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/7929004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5477 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org
2014-02-03 19:11:29 +00:00
parent ecd622eec3
commit a06ebab1e1
2 changed files with 20 additions and 26 deletions

View File

@ -39,7 +39,7 @@ public class DataChannel {
// Optional unsigned short in WebIDL, -1 means unspecified.
public int maxRetransmits = -1;
public String protocol = "";
public boolean negotiated = true;
public boolean negotiated = false;
// Optional unsigned short in WebIDL, -1 means unspecified.
public int id = -1;