Uses of Class
dev.onvoid.webrtc.RTCDataChannelInit
-
Packages that use RTCDataChannelInit Package Description dev.onvoid.webrtc -
-
Uses of RTCDataChannelInit in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCDataChannelInit Modifier and Type Method Description RTCDataChannelRTCPeerConnection. createDataChannel(String label, RTCDataChannelInit dict)Creates a new RTCDataChannel object with the given label.
-