Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When state says you've left ongoing call, rejoin (#4342)
* When state says you've left ongoing call, rejoin When receiving a state change that says you are no longer a member of a RTC session that you are actually still participating in, send another state event to put yourself back in the session membership. This can happen when an administrator overwrites your call membership event (which is allowed even with MSC3757's restrictions on state), or if your delayed disconnection event (via MSC4140) timed out before your client could send a heartbeat to delay it further. * Don't emit state changed on join recovery
- Loading branch information