UNPKG

sip.js

Version:

A SIP library for JavaScript

9 lines (8 loc) 181 B
/** * TODO: This is currently just a placeholder. * Notifier is the peer of a Subscriber. * That is, a Notifier sends NOTIFY requests. * @internal */ export class Notifier { }