diff --git a/jvb/src/main/java/org/jitsi/videobridge/Conference.java b/jvb/src/main/java/org/jitsi/videobridge/Conference.java index f133689b9a..4e751391c7 100644 --- a/jvb/src/main/java/org/jitsi/videobridge/Conference.java +++ b/jvb/src/main/java/org/jitsi/videobridge/Conference.java @@ -730,7 +730,8 @@ private void endpointsChanged(boolean includesNonVisitors) private void endpointSourcesChanged(@NotNull Endpoint endpoint) { // Force an update to be propagated to each endpoint's bitrate controller. - lastNEndpointsChanged(); + // We run this async because this method is called in the Colibri critical path. + lastNEndpointsChangedAsync(); } /**