sip.js.reinviteuseragentclient.md
September 26, 2022 ยท View on GitHub
Home > sip.js > ReInviteUserAgentClient
ReInviteUserAgentClient class
Re-INVITE UAC.
Signature:
export declare class ReInviteUserAgentClient extends UserAgentClient implements OutgoingInviteRequest
Extends: UserAgentClient
Implements: OutgoingInviteRequest
Remarks
14 Modifying an Existing Session https://tools.ietf.org/html/rfc3261\#section-14 14.1 UAC Behavior https://tools.ietf.org/html/rfc3261\#section-14.1
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(dialog, delegate, options) | Constructs a new instance of the ReInviteUserAgentClient class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| delegate | OutgoingInviteRequestDelegate | undefined |
Methods
| Method | Modifiers | Description |
|---|---|---|
| receiveResponse(message) |