Server SDKs
Build AI agents, control calls, send messages, and more
Stop the service and run any cleanup tasks. This is a placeholder for future cleanup logic and currently performs no action.
None.
None
1from signalwire import WebService23web = WebService(port=8002, directories={"/audio": "./audio_files"})4# ... after server has been running ...5web.stop()