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