James Cheese
James Cheese
### Description Somewhat related to comments made re: watch.source paths being relative to the build.context (see https://github.com/compose-spec/compose-spec/pull/253 ) Assuming it's intended long-term that build context is the basis for a...
This one might be an internal browser bug, but figured you guys might be able to identify that better than me :) A little bit intermittent as well, but distinctly...
**Issue #964:** **Description of changes:** Updated LocalAudioOutputProvider to check the value of isAudioOn when hooked on to `audioVideo` being initialized. It now won't bind the audio if it's already been...
### What happened and what did you expect to happen? From `useLocalAudioOutput()`, after using `toggleAudio()`, `isAudioOn` should correctly reflect the current state of audio output. If `toggleAudio()` is called too...
### What happened and what did you expect to happen? When using enableWebAudio, if a user joins a meeting and Chrome rejects their mic access due to needing page interaction...
As per the use case in #52 - this PR adds a fallback location to mount InPortal content when no OutPortal is present. Intended to handle continuing video playback when...
We're currently using react-reverse-portal to move around a playing `` element in our application. We've had some issues where our application logic gets complicated enough that it's difficult to guarantee...