Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 455 Bytes

sip.js.sessionreferoptions.onnotify.md

File metadata and controls

13 lines (8 loc) · 455 Bytes

Home > sip.js > SessionReferOptions > onNotify

SessionReferOptions.onNotify property

Called upon receiving an incoming NOTIFY associated with a REFER.

Signature:

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