Uses of Class
dev.onvoid.webrtc.RTCDataChannel
-
Packages that use 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 RTCDataChannelRTCPeerConnection. createDataChannel(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 voidPeerConnectionObserver. onDataChannel(RTCDataChannel dataChannel)The remote peer has opened a RTCDataChannel.
-