summaryrefslogtreecommitdiff
path: root/src/WebRTCLibDataChannel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.