Uses of Class
dev.onvoid.webrtc.RTCDataChannelBuffer
Package | Description |
---|---|
dev.onvoid.webrtc |
-
Uses of RTCDataChannelBuffer in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCDataChannelBuffer Modifier and Type Method Description void
RTCDataChannelObserver. onMessage(RTCDataChannelBuffer buffer)
A data buffer was successfully received.void
RTCDataChannel. send(RTCDataChannelBuffer buffer)
Sends data in the provided buffer to the remote peer.