Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash when closing an invalid peerconnection. | Fabio Alessandrelli | 2020-01-03 | 1 | -1/+4 |
| | |||||
* | Update to new DataChannel API. | Fabio Alessandrelli | 2019-05-16 | 1 | -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. |