Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src/webrtc.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos found by codespellArthur de Jong2021-08-101-5/+5
|
* Add some source code commentsArthur de Jong2020-05-231-0/+6
|
* Allow local ICE server configurationArthur de Jong2020-05-231-2/+1
|
* Close failed connections and remove videoArthur de Jong2020-05-231-1/+7
|
* Publish files under the GPLv3+Arthur de Jong2020-05-231-0/+9
|
* Add video steams as they come inArthur de Jong2020-04-291-1/+3
|
* Apply some bandwidth limitsArthur de Jong2020-04-291-1/+4
|
* Forward ICE messages across communication channelArthur de Jong2020-04-291-2/+44
| | | | This also allows adding streams.
* Split initial setup of RTCPeerConnections to separate moduleArthur de Jong2020-04-291-0/+53
This turns the protocol into an announce -> offer -> answer handshake to have a full mesh of peer connections established between all members of the channel.