- 29 Apr, 2021 7 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Needed to show in the user list whether a user is publishing a stream.
-
Juliusz Chroboczek authored
We now create a sendonly transceiver, and set the max bitrate at creation time.
-
Juliusz Chroboczek authored
We used to label tracks individually, in a view to using the labelling for simulcast. Since then, the WebRTC community has converged on a different strategy, where multiple tracks share a single mid and are labelled with the rid extension. We now label whole streams, which is simpler, and use the track's kind (and, in the future, the rid) to disambiguate. This changes the protocol in two ways: * in offers, the "labels" dictionary is replaced by a single "label" field; and * the syntax of the "request" message has changed.
-
Alain Takoudjou authored
-
- 28 Apr, 2021 1 commit
-
-
Juliusz Chroboczek authored
The server now maintains a set of statuses for each user that are not interpreted by the server but communicated to the other members of the group using 'user' messages.
-
- 27 Apr, 2021 8 commits
-
-
Juliusz Chroboczek authored
We now maintain the user list in the serverConnection.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Everything now goes through onclose, both for up and down streams.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Since we don't use a separate RTX SSID, we must explicitly account for NACKed packets in our loss statistics.
-
Alexandre Iooss authored
-
Alexandre Iooss authored
-
- 24 Apr, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 22 Apr, 2021 7 commits
-
-
Juliusz Chroboczek authored
-
Alexandre Iooss authored
-
Alexandre Iooss authored
This removes the need to hardcode the footer height in a CSS calc().
-
Alexandre Iooss authored
The signature class was forcing the maximum height making the <p> element overflowing the page. By removing this constraint, the overflow is now gone.
-
Juliusz Chroboczek authored
This is useful for people writing administrative interfaces.
-
Alain Takoudjou authored
Use matchMedia to check if mobile css is enabled instead of checking window innerwidth size.
-
Alain Takoudjou authored
Uses less javascript to update css style, rework buttons css for show/hide video and chat. Fix show or hide video button on normal or mobile ui when windows is resized or when orientation change.
-
- 16 Apr, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 15 Apr, 2021 2 commits
-
-
Juliusz Chroboczek authored
Thanks to gregfr.
-
Louis Gesbert authored
-
- 06 Apr, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 30 Mar, 2021 3 commits
-
-
Alexandre Iooss authored
-
Alexandre Iooss authored
-
Alexandre Iooss authored
-
- 29 Mar, 2021 1 commit
-
-
Juliusz Chroboczek authored
Thanks to erdnaxe.
-
- 26 Mar, 2021 3 commits
-
-
Alain Takoudjou authored
Users list bars is partially hidden which troncate some username on certains devices.
-
Alain Takoudjou authored
When Settings menu element height is more that the menu content height some item are hidden. overflow to scroll to make them visible on scroll
-
Alain Takoudjou authored
The maximum device with for mobile layout in css is 1024px, for device with > 768 (Ipad) chat button will stay hidded while chat box is also hidden when there is a video call. This commit fix the issue.
-
- 13 Mar, 2021 1 commit
-
-
Juliusz Chroboczek authored
-
- 02 Mar, 2021 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
ErrTimeout was introduced in Go 1.15, while we support 1.13 and later. Thanks to Michael Ströder for the report.
-
- 28 Feb, 2021 1 commit
-
-
Juliusz Chroboczek authored
-