matrix-org / waterfall

A cascading stream forwarding unit for scalable, distributed voice and video conferencing over Matrix
Apache License 2.0
97 stars 5 forks source link

subscription: don't assume muted tracks stalled #146

Closed daniel-abramov closed 1 year ago

daniel-abramov commented 1 year ago

When the user mutes the video, we don't get any RTPs. We don't assume this error anymore and don't change the status of the track and its telemetry for that.

This removes false positives related to the https://github.com/matrix-org/waterfall/issues/121