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