We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f061dd commit 1df36eaCopy full SHA for 1df36ea
plugins/getstream/vision_agents/plugins/getstream/stream_edge_transport.py
@@ -322,6 +322,7 @@ async def on_audio_received(pcm: PcmData):
322
connection.on("participant_left", self.events.send)
323
connection.on("track_published", self.events.send)
324
connection.on("track_unpublished", self.events.send)
325
+ connection.on("call_ended", self.events.send)
326
327
# Start the connection
328
await connection.__aenter__()
0 commit comments