SdkConfig class

Configuration class for WaterbusSdk initialization

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
httpVersionPref HttpVersionPref
final
messageEncryptionKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverConfig ServerConfig
final
webrtcE2eeKey String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited