- 01 Dec, 2020 7 commits
-
-
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
-
- 25 Nov, 2020 1 commit
-
-
Toke Høiland-Jørgensen authored
-
- 24 Nov, 2020 7 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Probably useless, but I'm supersticious.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
We were inconsistent with stream creation.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-