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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user