Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src/webchat.js
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Bootstrap 5Arthur de Jong2021-11-071-0/+3
|
* Remove navbarArthur de Jong2020-05-231-33/+0
|
* Add new videos as first videoArthur de Jong2020-05-231-1/+1
|
* Add some source code commentsArthur de Jong2020-05-231-0/+5
|
* Put the videos in a grid that adaptsArthur de Jong2020-05-231-0/+32
|
* Close failed connections and remove videoArthur de Jong2020-05-231-0/+5
|
* Mirror my own videoArthur de Jong2020-05-231-1/+1
|
* Publish files under the GPLv3+Arthur de Jong2020-05-231-0/+10
|
* Add video steams as they come inArthur de Jong2020-04-291-4/+47
|
* Apply some bandwidth limitsArthur de Jong2020-04-291-0/+1
|
* Move volume indicator to separate componentArthur de Jong2020-04-291-74/+2
|
* Use webrtc-adapterArthur de Jong2020-04-291-0/+1
| | | | This will hopefully ensure that more browsers are supported.
* Forward ICE messages across communication channelArthur de Jong2020-04-291-9/+10
| | | | This also allows adding streams.
* Split initial setup of RTCPeerConnections to separate moduleArthur de Jong2020-04-291-19/+26
| | | | | | 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.
* Split socket handling into separate moduleArthur de Jong2020-04-291-14/+11
|
* Initial version of chat windowArthur de Jong2020-04-291-0/+24
|
* Initial commitArthur de Jong2020-03-281-0/+145