Meeting Reports
The OpenTalk RoomServer can generate reports in meetings.
Each module can define its own set of reports that it can generate. Modules that make use of the report functionality are for example:
- Meeting Report
- Training Participation Report
- Legal Vote
The section in the configuration file is called reports.
Typst
The OpenTalk RoomServer uses the typst format for report generation. The section in the configuration file is a subsection of reports and is called typst.
| Field | Type | Required | Default value | Description |
|---|---|---|---|---|
packages_path |
Path |
no | /usr/share/typst/packages |
The location where typst looks for packages. |
Typst Packages
Typst can be extended with packages, usually obtained through universe. The RoomServer templates require the @preview/linguify package for localized report generation. The container images already include the package at /usr/share/typst/packages.
Localization
When generating a report in the RoomServer, the language for the report is determined in the following order:
- The language configured by the room owner
- The
user_languageconfigured in thedefaultssection of the Controller. - English