Disabling Sametime reports

By default, meeting owners can generate meeting reports. You can change a setting to disable the ability for owners to generate meeting reports.

Before you begin

This feature is available only after installing the Sametime 12.0.1 fix pack. For more information, refer to Upgrading to a new version or applying a fixpack.

Procedure

  1. Update the following parameter.
    • For Docker, modify the value of MEETING_REPORTS_DISABLED in the .env file. The default value is false.
      MEETING_REPORTS_DISABLED=true
    • For Kubernetes, modify the value of meetingReportsDisabled in the values.yaml file. The default value is false.
      meetingReportsDisabled: true
  2. Restart the Sametime server to apply the changes. For more information, refer to Starting and stopping the Sametime server.