HMSConfig constructor Null safety
Implementation
HMSConfig(
{this.userName = 'Flutter User',
required this.userId,
required this.roomId,
required this.authToken,
this.metaData,
this.endPoint,
this.shouldSkipPIIEvents = false});