<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Transaction](./sip.js.transaction.md) &gt; [send](./sip.js.transaction.send.md)

## Transaction.send() method

Pass message to transport for transmission. If transport fails, the transaction user is notified by callback to onTransportError().

<b>Signature:</b>

```typescript
protected send(message: string): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  message | <code>string</code> |  |

<b>Returns:</b>

`Promise<void>`

Rejects with `TransportError` if transport fails.

