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

ParameterTypeDescription
destinationstringThe target destination for the message. A SIP address to send the MESSAGE to.
messagestring

Returns:

Promise<void>

Remarks

Send a MESSAGE request.

Contents

  1. 1SessionManager.message() method
  2. 2Parameters
  3. 3Remarks