summaryrefslogtreecommitdiff
path: root/src/WebRTCLibPeerConnection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash when closing an invalid peerconnection.Fabio Alessandrelli2020-01-031-1/+4
|
* Update to new DataChannel API.Fabio Alessandrelli2019-05-161-0/+245
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.