Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 918 Bytes

sip.js.subscriber._constructor_.md

File metadata and controls

23 lines (15 loc) · 918 Bytes

Home > sip.js > Subscriber > (constructor)

Subscriber.(constructor)

Constructor.

Signature:

constructor(userAgent: UserAgent, targetURI: URI, eventType: string, options?: SubscriberOptions);

Parameters

Parameter Type Description
userAgent UserAgent User agent. See UserAgent for details.
targetURI URI The request URI identifying the subscribed event.
eventType string The event type identifying the subscribed event.
options SubscriberOptions Options bucket. See SubscriberOptions for details.