sip.js.sessionmanager.message.md
October 20, 2022 ยท View on GitHub
Home > sip.js > SessionManager > message
SessionManager.message() method
Send a message.
Signature:
message(destination: string, message: string): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| destination | string | The target destination for the message. A SIP address to send the MESSAGE to. |
| message | string |
Returns:
Promise<void>
Remarks
Send a MESSAGE request.