Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 677 Bytes

sip.js.transaction.send.md

File metadata and controls

26 lines (15 loc) · 677 Bytes

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.