Server SDKs
Build AI agents, control calls, send messages, and more
Stop an active media tap stream.
Identifier of the tap to stop. If not provided, the most recently started tap is stopped.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .stopTap();