Merge pull request #1941 from pipecat-ai/vp-observer-up

chore: move observers arg in p2p-webrtc example; add deprecated to in…
This commit is contained in:
Mark Backman
2025-06-02 11:17:48 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -122,8 +122,8 @@ async def run_bot(webrtc_connection):
pipeline,
params=PipelineParams(
allow_interruptions=True,
observers=[RTVIObserver(rtvi)],
),
observers=[RTVIObserver(rtvi)],
)
@rtvi.event_handler("on_client_ready")