summaryrefslogtreecommitdiff
path: root/src/net/WebRTCDataChannelNative.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Update static checks, copyright headers.Fabio Alessandrelli2023-05-251-29/+29
|
* Update sources to alpha16Fabio Alessandrelli2022-09-111-1/+1
|
* Use libdatachannel library, add Godot 4 support.Fabio Alessandrelli2022-06-151-18/+20
|
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-211-0/+4
|
* Add copyright headersFabio Alessandrelli2021-07-091-0/+30
|
* Update to new DataChannel API.Fabio Alessandrelli2019-05-161-0/+92
New WebRTCLibDataChannel class act as PacketPeer. Old WebRTCPeer (now WebRTCPeerConnection) now allows you to set configuration (STUN/TURN) and creating multiple data channels. Fixed many bugs and implemented most of the missing API.