Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1674)

Unified Diff: webrtc/api/android/java/src/org/webrtc/DataChannel.java

Issue 2466993002: Adding data channel ID to Java binding of DataChannel. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/android/jni/peerconnection_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/android/java/src/org/webrtc/DataChannel.java
diff --git a/webrtc/api/android/java/src/org/webrtc/DataChannel.java b/webrtc/api/android/java/src/org/webrtc/DataChannel.java
index 1820822c6a0d951e5bcc2a42cfd25d9d8260c98b..dc64ccc0489ec83629bb5a1dccf32c3a194772cf 100644
--- a/webrtc/api/android/java/src/org/webrtc/DataChannel.java
+++ b/webrtc/api/android/java/src/org/webrtc/DataChannel.java
@@ -98,6 +98,8 @@ public class DataChannel {
public native String label();
+ public native int id();
+
public native State state();
/**
« no previous file with comments | « no previous file | webrtc/api/android/jni/peerconnection_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698