We need send data to our users\' devices using the TFTP protocol, which is a simple FTP-like protocol that works over UDP.
Since we can\'t open a UDP socket using ja
No. There are too many security issues allowing WebRTC to send to a random address/port - we have to make sure it doesn't work as a DDOS platform, so we require the target to implement ICE as an implicit permission to send data, and we also don't allow sending arbitrary data, just SRTP mediastreams and data in DataChannels (over SCTP over DTLS over UDP+ICE).