Improving RTVI doc description.

This commit is contained in:
filipi87
2026-02-19 17:31:25 -03:00
parent 5b2fa69bdc
commit 63caa403cb

View File

@@ -1220,7 +1220,7 @@ class RTVIObserver(BaseObserver):
frame = data.frame
direction = data.direction
# For broadcasted frames (pushed in both directions), only process
# For broadcast frames (pushed in both directions), only process
# the downstream copy to avoid sending duplicate RTVI messages.
if frame.broadcast_sibling_id is not None and direction != FrameDirection.DOWNSTREAM:
return