summaryrefslogtreecommitdiff
path: root/src/WebRTCLibDataChannel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Update static checks, copyright headers.Fabio Alessandrelli2023-05-251-29/+29
|
* Update to Godot 4.0 rc1.Fabio Alessandrelli2023-02-091-7/+7
|
* Update sources to alpha16Fabio Alessandrelli2022-09-111-12/+12
|
* Use libdatachannel library, add Godot 4 support.Fabio Alessandrelli2022-06-151-108/+124
|
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-211-0/+5
|
* Run clang-format on src/*Fabio Alessandrelli2021-07-091-3/+3
|
* Add copyright headersFabio Alessandrelli2021-07-091-0/+30
|
* Fix API breakage after godot cpp 3.2 bump.Fabio Alessandrelli2021-07-021-2/+5
|
* Update to new DataChannel API.Fabio Alessandrelli2019-05-161-0/+177
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.