Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
DataChannel |
PeerConnection.createDataChannel(java.lang.String label,
DataChannel.Init init) |
Modifier and Type | Method and Description |
---|---|
void |
PeerConnection.Observer.onDataChannel(DataChannel dataChannel)
Triggered when a remote peer opens a DataChannel.
|