stopBackgroundFile

View as MarkdownOpen in Claude

Stop the currently playing background audio file.

Parameters

None.

Returns

FunctionResultthis, for chaining.

Example

1import { FunctionResult } from '@signalwire/sdk';
2
3const result = new FunctionResult()
4 .stopBackgroundFile();