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:
@ -98,6 +98,8 @@ public class DataChannel {
|
||||
|
||||
public native String label();
|
||||
|
||||
public native int id();
|
||||
|
||||
public native State state();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user