AgentsFunctionResultstopBackgroundFileCopy page|View as Markdown|Open in Claude|More actionsStop the currently playing background audio file. Parameters None. Returns FunctionResult — this, for chaining. Example 1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .stopBackgroundFile();