This commit is contained in:
Freddy Boulton
2025-03-25 14:42:46 -04:00
committed by GitHub
parent e231f793e8
commit 7692ffad00
3 changed files with 13 additions and 2 deletions

View File

@@ -233,6 +233,7 @@ class WebRTC(Component, WebRTCConnectionMixin):
inputs = list(inputs)
async def handler(webrtc_id: str, *args):
print("webrtc_id", webrtc_id)
async for next_outputs in self.output_stream(webrtc_id):
yield fn(*args, *next_outputs.args) # type: ignore