SipServer constructor
SipServer({})
Implementation
SipServer({
required this.id,
required this.domain,
required this.port,
required this.outboundProxy,
required this.wss,
required this.transport,
required this.createdAt,
required this.project,
this.userAgent,
});