SdkConfig constructor

const SdkConfig({
  1. required ServerConfig serverConfig,
  2. String messageEncryptionKey = '',
  3. String webrtcE2eeKey = 'waterbus',
  4. HttpVersionPref httpVersionPref = HttpVersionPref.all,
})

Implementation

const SdkConfig({
  required this.serverConfig,
  this.messageEncryptionKey = '',
  this.webrtcE2eeKey = 'waterbus',
  this.httpVersionPref = HttpVersionPref.all,
});