Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 934 Bytes

sip.js.useragentserver._constructor_.md

File metadata and controls

23 lines (15 loc) · 934 Bytes

Home > sip.js > UserAgentServer > (constructor)

UserAgentServer.(constructor)

Constructs a new instance of the UserAgentServer class

Signature:

constructor(transactionConstructor: ServerTransactionConstructor, core: UserAgentCore, message: IncomingRequestMessage, delegate?: IncomingRequestDelegate | undefined);

Parameters

Parameter Type Description
transactionConstructor ServerTransactionConstructor
core UserAgentCore
message IncomingRequestMessage
delegate IncomingRequestDelegate | undefined