sip.js.sessiondialog._constructor_.md
September 26, 2022 ยท View on GitHub
Home > sip.js > SessionDialog > (constructor)
SessionDialog.(constructor)
Constructs a new instance of the SessionDialog class
Signature:
constructor(initialTransaction: InviteClientTransaction | InviteServerTransaction, core: UserAgentCore, state: DialogState, delegate?: SessionDelegate);
Parameters
| Parameter | Type | Description |
|---|---|---|
| initialTransaction | InviteClientTransaction | InviteServerTransaction | |
| core | UserAgentCore | |
| state | DialogState | |
| delegate | SessionDelegate |