Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(receiver constraints): source name not found
...when new participant joins. Repro steps: 1. With p2p disabled and source name signaling enabled. 2. Start a call with 2 tabs. 3. Reload the 2nd tab. 4. The receiver constraints should be updated when the 2nd user rejoins. They were not updated, because getTrackSourceNameByMediaTypeAndParticipant doesn't have the track yet at the time when visibleRemoteParticipants are updated. This is fixed by also checking on the remote tracks state.
- Loading branch information