Skip to content

Files

Latest commit

 

History

History
29 lines (17 loc) · 675 Bytes

sip.js.simpleuser.message.md

File metadata and controls

29 lines (17 loc) · 675 Bytes

Home > sip.js > SimpleUser > message

SimpleUser.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.