Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 840 Bytes

sip.js.inviter._constructor_.md

File metadata and controls

22 lines (14 loc) · 840 Bytes

Home > sip.js > Inviter > (constructor)

Inviter.(constructor)

Constructs a new instance of the Inviter class.

Signature:

constructor(userAgent: UserAgent, targetURI: URI, options?: InviterOptions);

Parameters

Parameter Type Description
userAgent UserAgent User agent. See UserAgent for details.
targetURI URI Request URI identifying the target of the message.
options InviterOptions Options bucket. See InviterOptions for details.