Home > sip.js > Inviter > (constructor)
Constructs a new instance of the Inviter
class.
Signature:
constructor(userAgent: UserAgent, targetURI: URI, options?: InviterOptions);
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. |