Skip to content
Snippets Groups Projects
  1. Jun 19, 2020
  2. Jun 18, 2020
  3. Jun 17, 2020
  4. Jun 16, 2020
  5. Jun 15, 2020
    • mw781's avatar
      Extract constant for convenience · 2da9028c
      mw781 authored
      2da9028c
    • mw781's avatar
      Fix critical issue with video-preview arguments · f4dc8d9d
      mw781 authored
      After the code to mirror the video-preview component was added
      I noticed that I improperly used the userId property of an undefined
      argument as the video-preview does not have a user as a prop. This
      commit decouples the logic to verify if the webcam should be mirrored
      and whether the webcam belongs to that user. In the latter, we verify
      if the user parameter exists and use it in a conditional, otherwise
      we simply return true (applies with the video preview component),
      where there is only one video stream.
      f4dc8d9d
  6. Jun 14, 2020
  7. Jun 13, 2020
Loading