An inviter offers to establish a Session (outgoing INVITE).
Signature:
export declare class Inviter extends Session
Constructor | Modifiers | Description |
---|---|---|
(constructor)(userAgent, targetURI, options) | Constructs a new instance of the Inviter class. |
Property | Modifiers | Type | Description |
---|---|---|---|
body | BodyAndContentType | undefined |
Initial outgoing INVITE request message body. | |
localIdentity | NameAddrHeader |
The identity of the local user. | |
logger | Logger |
Logger. | |
remoteIdentity | NameAddrHeader |
The identity of the remote user. | |
request | OutgoingRequestMessage |
Initial outgoing INVITE request message. |
Method | Modifiers | Description |
---|---|---|
cancel(options) | Cancels the INVITE request. | |
dispose() | Destructor. | |
invite(options) | Sends the INVITE request. |