Uses of Class
dev.onvoid.webrtc.RTCDataChannel
Packages that use RTCDataChannel
-
Uses of RTCDataChannel in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCDataChannelModifier and TypeMethodDescriptionRTCPeerConnection.createDataChannel
(String label, RTCDataChannelInit dict) Creates a new RTCDataChannel object with the given label.Methods in dev.onvoid.webrtc with parameters of type RTCDataChannelModifier and TypeMethodDescriptiondefault void
PeerConnectionObserver.onDataChannel
(RTCDataChannel dataChannel) The remote peer has opened a RTCDataChannel.