Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 842 Bytes

sip.js.sessiondialog._constructor_.md

File metadata and controls

23 lines (15 loc) · 842 Bytes

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