1. 29 Apr, 2021 2 commits
    • Juliusz Chroboczek's avatar
      Label streams, not tracks. · be73380f
      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.
      be73380f
    • Alain Takoudjou's avatar
  2. 28 Apr, 2021 1 commit
    • Juliusz Chroboczek's avatar
      Implement user statuses. · 3ba2394b
      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.
      3ba2394b
  3. 27 Apr, 2021 8 commits
  4. 24 Apr, 2021 1 commit
  5. 22 Apr, 2021 7 commits
  6. 16 Apr, 2021 1 commit
  7. 15 Apr, 2021 2 commits
  8. 06 Apr, 2021 1 commit
  9. 30 Mar, 2021 3 commits
  10. 29 Mar, 2021 1 commit
  11. 26 Mar, 2021 3 commits
  12. 13 Mar, 2021 1 commit
  13. 02 Mar, 2021 3 commits
  14. 28 Feb, 2021 2 commits
  15. 27 Feb, 2021 2 commits
  16. 26 Feb, 2021 2 commits