sip.js.sessiondelegate.onmessage.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionDelegate > onMessage

SessionDelegate.onMessage() method

Receive MESSAGE request. https://tools.ietf.org/html/rfc3428\#section-7

Signature:

onMessage?(request: IncomingMessageRequest): void;

Parameters

ParameterTypeDescription
requestIncomingMessageRequestIncoming MESSAGE request.

Returns:

void

Contents

  1. 1SessionDelegate.onMessage() method
  2. 2Parameters