@override Map<String, dynamic> toJson() => withoutNulls({ 'url': url, 'stunServers': stunServers, 'tlsConfig': tlsConfig?.toJson(), });