Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix talking collision not colliding properly
The code was only entering the blocked state if the user was speaking, which often won't be the case when another person starts speaking because we'll have pressed the button but not got the ack back from the server yet. Add the transmitblocked flag instead so we don't enter that state again if we've already decided we've been blocked. We were also starting with blocked = false and so resetting it when it shouldn't have been reset. Also requires matrix-org/matrix-js-sdk#2502
- Loading branch information