Uses of Class
dev.onvoid.webrtc.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 RTCDataChannel
RTCPeerConnection. createDataChannel(java.lang.String label, RTCDataChannelInit dict)
Creates a new RTCDataChannel object with the given label.