SipConfig constructor
SipConfig({})
Implementation
SipConfig({
required this.webSocketUrl,
required this.password,
required this.userAgent,
required this.uri,
required this.displayName,
required this.authorizationUser,
this.allowBadCertificate = true, // Default value. During production change this
required this.queueUri
});