From 63caa403cb51f092329d6ef554e4361a0c75ad6b Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 19 Feb 2026 17:31:25 -0300 Subject: [PATCH] Improving RTVI doc description. --- src/pipecat/processors/frameworks/rtvi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/processors/frameworks/rtvi.py b/src/pipecat/processors/frameworks/rtvi.py index a8b66ccdd..eb074699a 100644 --- a/src/pipecat/processors/frameworks/rtvi.py +++ b/src/pipecat/processors/frameworks/rtvi.py @@ -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