sip.js.sessionreferoptions.onnotify.md

April 23, 2020 ยท View on GitHub

Home > sip.js > SessionReferOptions > onNotify

SessionReferOptions.onNotify property

Called upon receiving an incoming NOTIFY associated with a REFER.

Signature:

onNotify?: (notification: Notification) => void;