Home > sip.js > SessionManager > message
Send a message.
Signature:
message(destination: string, message: string): Promise<void>;| Parameter | Type | Description |
|---|---|---|
| destination | string | The target destination for the message. A SIP address to send the MESSAGE to. |
| message | string |
Returns:
Promise<void>
Send a MESSAGE request.