sip.js.transaction.send.md
September 26, 2022 ยท View on GitHub
Home > sip.js > Transaction > send
Transaction.send() method
Pass message to transport for transmission. If transport fails, the transaction user is notified by callback to onTransportError().
Signature:
protected send(message: string): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| message | string |
Returns:
Promise<void>
Rejects with TransportError if transport fails.