Uses of Class
dev.onvoid.webrtc.RTCDataChannel
Package | Description |
---|---|
dev.onvoid.webrtc |
-
Uses of RTCDataChannel in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCDataChannel Modifier and Type Method Description RTCDataChannel
RTCPeerConnection. createDataChannel(java.lang.String label, RTCDataChannelInit dict)
Creates a new RTCDataChannel object with the given label.Methods in dev.onvoid.webrtc with parameters of type RTCDataChannel Modifier and Type Method Description default void
PeerConnectionObserver. onDataChannel(RTCDataChannel dataChannel)
The remote peer has opened a RTCDataChannel.