unreceive
Unsubscribe from contexts for inbound call and message events. Sends a
signalwire.unreceive request to stop receiving events on the specified
contexts. This is the inverse of
receive().
After unsubscribing, inbound calls routed to those contexts will no longer
trigger the onCall() handler
on this client.
Parameters
contexts
List of context names to unsubscribe from. If the list is empty, the method returns immediately without sending a request.
Returns
Promise<void>