David Baker
David Baker
### Your use case Test the maximum transmit time in PTT mode (ie. the user should be automatically muted after the timeout) ### Have you considered any alternatives? _No response_...
### Steps to reproduce We seem to be able to end up with multiple group calls in the same room. In this case we saw, the room got created with...
### Your use case #### What would you like to do? Display some placeholder for people who we believe are in the call but haven't managed to get media from...
### Your use case #### What would you like to do? Add an error message if we can't use WebRTC (eg. if we're on an insecure domain). #### Why would...
Probably with cypress or some cypress-a-like to start with for testing the browser, although ultimately we'll want to test on mobile platforms too. A first step would be to sync...
Epic for getting test coverage of the group-call branch up to a point where we can merge it into mainline This should extend the basic call tests we have and...
### Your use case #### What would you like to do? We should probably disable JS variable mangling on our production builds, or find a way to decode stack traces...
### Steps to reproduce If you try to join a room that doesn't have an ongoing group call, EC will sit there for a bit and then eventually show a...
**Describe the bug** When choosing 'logout' from the user menu, it clears localstorage but doesn't update the app's status to reflect the fact that you're logged out. **To Reproduce** Steps...
### Steps to reproduce This console message on hangup: ``` Uncaught TypeError: Cannot destructure property 'onCallFeedsChanged' of 'this.callHandlers.get(...)' as it is undefined. at FZ.disposeCall (groupCall.ts:988:13) at FZ.removeCall (groupCall.ts:937:14) at FZ.dispose...