Files
pipecat/examples/p2p-webrtc/video-transform/server
Brian Mathiyakom 2eb2c5a413 Use disconnect() because close() doesn't exist
SmallWebRTCConnection doesn't have a `close()`. There's a `_close()` but I assume that's private due to its naming. The closest function that uses `_close()` is `disconnect()`. I assume then, that the intended resource freeing function call should be to `disconnect()`.
2025-05-30 17:14:53 -07:00
..
2025-05-27 17:42:52 -07:00
2025-03-27 16:46:00 -03:00