Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Fixed some bugs with user video. #6851

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Fixed some bugs with user video. #6851

merged 2 commits into from
Aug 31, 2022

Commits on Aug 31, 2022

  1. Fixed some bugs with user video.

    In immersive mode, applying the non-displayed consumer video to the user avatar UI was often not playing.
    Changed this to creating a new video element from the consumer's track.
    
    Made self video displayed in immersive mode, per feedback about not having self video being disorienting.
    Moved application of display: auto/none to UserMediaWindow from UserMediaWindows, only applies to non-self
    windows.
    
    Renamed positionalAudio to positionalMedia (and all derivations of that). We are now using that setting to control
    both spatial audio and showing users' video above their avatar.
    barankyle committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a8b54c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f07d095 View commit details
    Browse the repository at this point in the history