sip.js.session.message.md

September 26, 2022 ยท View on GitHub

Home > sip.js > Session > message

Session.message() method

Send MESSAGE request. Deliver a message during a session. https://tools.ietf.org/html/rfc3428\#section-4

Signature:

message(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingMessageRequest;

Parameters

ParameterTypeDescription
delegateOutgoingRequestDelegateRequest delegate.
optionsRequestOptionsOptions bucket.

Returns:

OutgoingMessageRequest

Contents

  1. 1Session.message() method
  2. 2Parameters