Home > sip.js > UserAgentClient > (constructor)
Constructs a new instance of the UserAgentClient
class
Signature:
constructor(transactionConstructor: ClientTransactionConstructor, core: UserAgentCore, message: OutgoingRequestMessage, delegate?: OutgoingRequestDelegate | undefined);
Parameter | Type | Description |
---|---|---|
transactionConstructor | ClientTransactionConstructor | |
core | UserAgentCore | |
message | OutgoingRequestMessage | |
delegate | OutgoingRequestDelegate | undefined |