Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 691 Bytes

sip.js.sessionmanager.message.md

File metadata and controls

29 lines (17 loc) · 691 Bytes

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.