Home > sip.js > InviteUserAgentClient
INVITE UAC.
Signature:
export declare class InviteUserAgentClient extends UserAgentClient implements OutgoingInviteRequest 13 Initiating a Session https://tools.ietf.org/html/rfc3261\#section-13 13.1 Overview https://tools.ietf.org/html/rfc3261\#section-13.1 13.2 UAC Processing https://tools.ietf.org/html/rfc3261\#section-13.2
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(core, message, delegate) | Constructs a new instance of the InviteUserAgentClient class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| delegate | OutgoingInviteRequestDelegate | undefined |
| Method | Modifiers | Description |
|---|---|---|
| dispose() | ||
| onTransportError(error) | Special case for transport error while sending ACK. | |
| receiveResponse(message) | Once the INVITE has been passed to the INVITE client transaction, the UAC waits for responses for the INVITE. https://tools.ietf.org/html/rfc3261\#section-13.2.2 |