Represents the settings of the application.

The settings of the application are divided into sections. Each section contains a group of settings that are related to a specific feature.

0.4.0

interface Settings {
    lineup: LineupSettings;
    participants: ParticipantsSettings;
    presenter: PresenterSettings;
    profile: ProfileSettings;
    window: WindowSettings;
}

Properties

Lineup settings

participants: ParticipantsSettings

Participants settings

Presenter settings

Profile settings

Window settings