sip.js.transaction._constructor_.md
September 26, 2022 ยท View on GitHub
Home > sip.js > Transaction > (constructor)
Transaction.(constructor)
Constructs a new instance of the Transaction class
Signature:
protected constructor(_transport: Transport, _user: TransactionUser, _id: string, _state: TransactionState, loggerCategory: string);
Parameters
| Parameter | Type | Description |
|---|---|---|
| _transport | Transport | |
| _user | TransactionUser | |
| _id | string | |
| _state | TransactionState | |
| loggerCategory | string |