Config constructor
Config({})
Implementation
Config({
required this.sipCallerIDName,
required this.sipCallerIDNumber,
this.notificationToken,
this.autoReconnect,
required this.debug,
this.ringTonePath,
this.ringbackPath,
});