tap
tap
- tap(
params):Promise<CallTap>- See CallTap for more details.
Intercept call media and stream it to the specified WebSocket endpoint. Prefer using tapAudio if you only need to tap audio.
This is an experimental method. The destination must be a hosted WebSocket/RTP server, with an address that SignalWire can reach.
A current limitation of this method is that the destination device does not receive any metadata regarding the origin of the stream.
Parameters
Audio parameters
Returns
Promise<CallTap> - See CallTap for more details.