chore: move observers arg in p2p-webrtc example; add deprecated to in line comments

This commit is contained in:
vipyne
2025-06-02 09:41:09 -05:00
parent b8b1990617
commit 0482ccd48b
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")