Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / app / webrtc / java / src / org / webrtc / DataChannel.java
index d20e42d..d59c47a 100644 (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;