stopBackgroundFile

View as MarkdownOpen in Claude

Stop the currently playing background audio file.

Parameters

None.

Returns

FunctionResultthis, for chaining.

Example

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