Home > sip.js > Transaction > (constructor)
Constructs a new instance of the Transaction
class
Signature:
protected constructor(_transport: Transport, _user: TransactionUser, _id: string, _state: TransactionState, loggerCategory: string);
Parameter | Type | Description |
---|---|---|
_transport | Transport | |
_user | TransactionUser | |
_id | string | |
_state | TransactionState | |
loggerCategory | string |