Adding data channel ID to Java binding of DataChannel.

BUG=webrtc:6106

Review-Url: https://codereview.webrtc.org/2466993002
Cr-Commit-Position: refs/heads/master@{#14879}
This commit is contained in:
deadbeef
2016-11-01 14:59:00 -07:00
committed by Commit bot
parent 8a44e1d87b
commit ee8ad2bb0f
2 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,8 @@ public class DataChannel {
public native String label();
public native int id();
public native State state();
/**