Home > sip.js > Transport > send
Send a message.
Signature:
send(message: string): Promise<void>;
Parameter | Type | Description |
---|---|---|
message | string | Message to send. |
Returns:
Promise<void>
Resolves once message is sent. Otherwise rejects with an Error.