Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unified signalling thread. | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+16 |
| | |||||
* | Bump webrtc to branch-heads/4472. | Fabio Alessandrelli | 2021-07-02 | 1 | -12/+8 |
| | |||||
* | 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. |