Home > sip.js > ClientTransaction > (constructor)
Constructs a new instance of the ClientTransaction
class
Signature:
protected constructor(_request: OutgoingRequestMessage, transport: Transport, user: ClientTransactionUser, state: TransactionState, loggerCategory: string);
Parameter | Type | Description |
---|---|---|
_request | OutgoingRequestMessage |
|
transport | Transport |
|
user | ClientTransactionUser |
|
state | TransactionState |
|
loggerCategory | string |