summaryrefslogtreecommitdiff
path: root/src/WebRTCLibPeerConnection.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Unified signalling thread.Fabio Alessandrelli2021-07-021-2/+4
|
* Bump webrtc to branch-heads/4472.Fabio Alessandrelli2021-07-021-5/+5
|
* Update to new DataChannel API.Fabio Alessandrelli2019-05-161-0/+96
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.