Disabling the meeting timer

By default, Sametime is configured to display the meeting duration. You can change the setting to disable the timer.

About this task

To disable the meeting timer, set the parameter to true on the Meetings server.

Procedure

  1. Modify the configuration file. The default value is false.
    • For Docker, change the REACT_APP_HIDE_CONFERENCE_TIMER setting in the custom.env file.
      REACT_APP_HIDE_CONFERENCE_TIMER=true
    • For Kubernetes, update the helm/values.yaml file.
      hideConferenceTimer: true
  2. Depending on your environment, do the following.
    • For Docker, restart the Sametime server to apply the changes. For more information, refer to Starting and stopping servers.
    • For Kubernetes, run a helm upgrade command to apply the changes to your deployment.
      helm upgrade {release-name} helm/.