1. 11 Jan, 2023 1 commit
    • Juliusz Chroboczek's avatar
      Disable simulcast for screen sharing. · de577480
      Juliusz Chroboczek authored
      Simulcast doesn't seem to work well with screen sharing: only one
      layer is sent, which has very low throughput since we send the low
      layer first.  Disable simulcast for screen sharing.
      de577480
  2. 09 Jan, 2023 2 commits
  3. 06 Jan, 2023 1 commit
  4. 30 Dec, 2022 2 commits
  5. 17 Dec, 2022 1 commit
  6. 16 Dec, 2022 3 commits
  7. 12 Nov, 2022 1 commit
  8. 04 Nov, 2022 1 commit
  9. 23 Oct, 2022 2 commits
  10. 21 Oct, 2022 5 commits
  11. 09 Oct, 2022 1 commit
  12. 07 Oct, 2022 3 commits
  13. 06 Oct, 2022 1 commit
    • Juliusz Chroboczek's avatar
      Only send chat history when joining. · 8a2357de
      Juliusz Chroboczek authored
      When we moved the chat history to the client goroutine back in 0.6,
      we started sending the history whenever the group configuration changed.
      Only send it when first joining the group.  Thanks to Rémi Nollet.
      8a2357de
  14. 22 Sep, 2022 2 commits
  15. 16 Sep, 2022 6 commits
  16. 12 Sep, 2022 1 commit
  17. 10 Sep, 2022 1 commit
  18. 09 Sep, 2022 2 commits
  19. 08 Sep, 2022 1 commit
  20. 06 Sep, 2022 2 commits
  21. 02 Sep, 2022 1 commit
    • Juliusz Chroboczek's avatar
      Version the protocol. · 533e4b9b
      Juliusz Chroboczek authored
      The handshake message now contains a list of supported protocol
      versions.  Version mismatch is currently a warning, but it will be a
      hard error in the future.
      533e4b9b