// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//// SPDX-License-Identifier: EUPL-1.2
useserde::Deserialize;/// Some settings that apply for the whole installation.
#[derive(Debug, Clone, PartialEq, Eq, Deserialize)]pubstructDefaults{/// Flag indicating whether the screen share requires an explicit permission.
pubscreen_share_requires_permission:bool,
}