Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
void |
DataChannel.Observer.onMessage(DataChannel.Buffer buffer)
A data buffer was successfully received.
|
boolean |
DataChannel.send(DataChannel.Buffer buffer)
Send |data| to the remote peer; return success.
|