Home > sip.js > UserAgentServer > (constructor)
Constructs a new instance of the UserAgentServer
class
Signature:
constructor(transactionConstructor: ServerTransactionConstructor, core: UserAgentCore, message: IncomingRequestMessage, delegate?: IncomingRequestDelegate | undefined);
Parameter | Type | Description |
---|---|---|
transactionConstructor | ServerTransactionConstructor | |
core | UserAgentCore | |
message | IncomingRequestMessage | |
delegate | IncomingRequestDelegate | undefined |