Home > sip.js > SessionDialog > (constructor)
Constructs a new instance of the SessionDialog
class
Signature:
constructor(initialTransaction: InviteClientTransaction | InviteServerTransaction, core: UserAgentCore, state: DialogState, delegate?: SessionDelegate);
Parameter | Type | Description |
---|---|---|
initialTransaction | InviteClientTransaction | InviteServerTransaction | |
core | UserAgentCore | |
state | DialogState | |
delegate | SessionDelegate |