- 02 Dec, 2020 5 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Antonin Décimo authored
-
Juliusz Chroboczek authored
The login message is replaced with handshake, which only carries the client id. Username and password is now in the join message. Permissions is replaced with joined.
-
- 01 Dec, 2020 10 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Input elements have no contents. Thanks to Antonin Décimo.
-
Antonin Décimo authored
-
Antonin Décimo authored
The best TSDoc type is (Text|HTMLElement)[], but to JSDoc the array is not distributive. JSDoc prefers Text[]|HTMLElement[], but TSDoc rejects that syntax. In the end, both are fine with Array.<Text|HTMLElement>.
-
Antonin Décimo authored
-
Juliusz Chroboczek authored
Also get rid of dead groups, they're not useful.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This was broken when we implemented local videos.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 30 Nov, 2020 13 commits
-
-
Juliusz Chroboczek authored
Don't attempt to present if we don't have the present permission, don't display the friendly popup if we've selected presentation.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
They now have the same format as chat messages; the only difference is that they are not stored in the chat history. Also adds userMessage method to ServerConnection. Fix usermessages.
-
- 29 Nov, 2020 8 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Thanks to Antonin Décimo.
-
- 28 Nov, 2020 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Move custom video controls into its own function. Remove some DOM traversals, avoid querySelector. Remove dead code.
-
- 27 Nov, 2020 1 commit
-
-
Alain Takoudjou authored
-
- 26 Nov, 2020 1 commit
-
-
Alain Takoudjou authored
-