Uses of Class
org.webrtc.DataChannel.Buffer
Packages that use DataChannel.Buffer
-
Uses of DataChannel.Buffer in org.webrtc
Methods in org.webrtc with parameters of type DataChannel.BufferModifier and TypeMethodDescriptionvoid
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.