BareRTC/src
Noah 30c5538ce6 Don't auto-open expressly closed videos + other fixes
* If a user expressly closes a webcam (by clicking the 'X' button),
  record this intent so that the webcam will not auto-open in case the
  "auto-open my viewer's camera" happens again. Only clear the expressly
  close intent when the user expressly clicks the video button on the
  Who List to open someone's camera back up.
* Fix some bugs around booting and muting from cameras:
  * If you boot someone off your camera, you can not open THEIR camera
    anymore (similar to muting them)
  * When opening a user who auto-opens your camera back: do not attach
    your local video if you are an Admin and you have previously
    muted/booted that user from your camera.
  * Draw the slash mark over videos that you can not re-open because you
    had booted that user off your camera.
2023-10-10 18:45:00 -07:00
..
assets Refactor more Vue components 2023-09-07 19:24:26 -07:00
components Don't auto-open expressly closed videos + other fixes 2023-10-10 18:45:00 -07:00
lib Compact-style message display options 2023-09-30 14:53:43 -07:00
App.vue Don't auto-open expressly closed videos + other fixes 2023-10-10 18:45:00 -07:00
main.js Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00