Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.77 KB

sip.js.inviteuseragentclient.md

File metadata and controls

41 lines (26 loc) · 1.77 KB

Home > sip.js > InviteUserAgentClient

InviteUserAgentClient class

INVITE UAC.

Signature:

export declare class InviteUserAgentClient extends UserAgentClient implements OutgoingInviteRequest 

Extends: UserAgentClient

Implements: OutgoingInviteRequest

Remarks

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

Constructors

Constructor Modifiers Description
(constructor)(core, message, delegate) Constructs a new instance of the InviteUserAgentClient class

Properties

Property Modifiers Type Description
delegate OutgoingInviteRequestDelegate | undefined

Methods

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