More results

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
Events
Knowledge Base
News
Press Releases
Reviews
Success Stories
Update
Webinars
Back

How to manage TrueConf plugin for Microsoft Outlook in a centralized way

5 min.

There is a centralized method for managing TrueConf for Outlook plugin: it is possible to edit the configuration file config.json on the server side.

To make use of this feature, you need to have the plugins of the following versions:

  • TrueConf for Outlook desktop version 1.2.0.47 or above;
  • TrueConf for Outlook web version 1.2.0.41 or above.

Configuration file setup

To ensure that all subsequent changes to the file are saved, it must be opened with administrator rights (for Windows) or superuser rights (for Linux).

The config.json file for the desktop version is stored at the path:

  • C:\Program Files\TrueConf Server\httpconf\site\public\plugins\outlook-desktop\ – Windows;
  • /opt/trueconf/server/srv/site/public/plugins/outlook-desktop/ – Linux.

The config.json file for the desktop version is stored at the path:

  • C:\Program Files\TrueConf Server\httpconf\site\public\plugins\outlook-web\ – Windows;
  • /opt/trueconf/server/srv/site/public/plugins/outlook-web/
    – Linux.

Each configuration file has 3 sections:

defaults – here, one can set the parameters that will be used by default. For example, you can set "pin": 1, now when creating a conference, the box “use PIN to enter the conference” will be enabled by default, but it can be disabled.

How to manage TrueConf plugin for Microsoft Outlook in a centralized way 1

All parameters in this section take individual values specified in the table.

lock – here you can set the parameters that will be “locked” (cannot be changed). For example, you can set "pin": true, and in this case, the user will see that PIN is mandatory and this requirement cannot be disabled.

How to manage TrueConf plugin for Microsoft Outlook in a centralized way 2

All parameters in this section can be set to either false or true.

hidden – this section is needed for hiding parameters. For example, if you set the parameter “pin”: true, the user will not see this parameter when creating a conference.

How to manage TrueConf plugin for Microsoft Outlook in a centralized way 3

All parameters in this section can be set either to false or true.

You don’t have to use any unnecessary parameters; if any of the parameters are skipped, the TrueConf plugin will take default values.

Available options

Below you can find the list of all the parameters available in the plugin. All of them can be used in the “defaults” section. There is also additional information indicating which of them are available for the “lock” and “hidden” sections.

For all parameters that can be enabled/disabled, use true or 1 to activate the parameter, and false or 0 to deactivate it.


Key

Value

Purpose

Available for
lock hidden

remember_me

true

status of the “Remember me” option on the login screen




false*

server_url

*Server address*

The address of TrueConf Server to which the plugin has to connect.

If this field is not specified, users will have to enter the server address before authentication.




allow_server_change

true*

permission to connect to other TrueConf Server instances




false

guest_participants

0 = private conference*

type of access to the conference



1 = public conference

mode

smart_meeting*

conference mode



moderated_role_based

all_on_screen

video_lecture

max_smart
_meeting_speakers

from 4 to the value set on the server

maximum number of speakers for smart meeting mode



max_moderated
_role_based_speakers

from 1 to the value set on the server

maximum number of speakers for moderated role-based conference mode



max_smart
_meeting_participants

from 4 to the value set on the server

maximum number of participants for smart meeting mode




max_moderated
_role_based_participants

from 1 to the value set on the server

maximum number of participants for moderated role-based conference mode



max_all_on
_screen_participants

from 2 to the value set on the server

maximum number of participants for “All on screen” mode



default_smart
_meeting_speakers

from 4 to the value set on the server

default number of speakers selected for smart meeting mode



default_moderated
_role_based_speakers

from 1 to the value set on the server

default number of speakers selected in moderated role-based conference mode



pin

0*

use PIN to join a conference



1

waiting_room

all – everyone except the owner and the moderator

send participants to the waiting room as soon as they join a conference (disabled by default)




unplanned – unplanned participants

strangers – unplanned participants from other servers

guests

recording

0*

conference recording



1

transcription

0*

Activate conference transcription



1

on_join_mute_mic

0*

mute participant’s microphones upon joining a conference



1

on_join_mute_camera

0*

disable participants’ cameras upon joining a conference



1

disable_audio_remarks

0 – the default value for a private conference

disable audio remarks



1 – the default value for a public conference

guest_send_messages

0

allow guests to send messages



1*

guest_send_audio

0

allow guests to send audio



1*

guest_send_video

0

allow guests to send video



1*

* – used by default

Additionally, it is possible to configure the following parameters for the desktop version of the plugin:


Key

Value

Purpose

Available for
lock hidden
virtual_room 0 conference type – with a schedule or without it
1*
additional_conf_time from 0* to 1439 extending the duration of each conference created with the plugin. The duration will be extended relative to the time of the event to which the conference is linked (the value is specified in minutes).
expiration_time_updating_allowed 0 allow conference time extension
1*
expiration_time_alert 300 notify that the conference will end in N minutes (the value is specified in seconds)
600*
900
1800
3600
auto_termination_enabled 0* end the conference automatically according to the schedule
1

Example of parameter configuration

Let’s configure our settings file to enable the Remember me option so that users don’t have to enter their login and password each time.

We will set the following options by default:

  • Maximum number of participants for the “All on screen” mode – 9
  • Conference mode – “all on screen”
  • Mandatory use of PIN code for joining a conference
  • Enable conference recording
  • Mute participants’ microphone upon joining a conference
  • Turn off participant’s cameras upon joining a conference
  • Allow guests to send messages
  • Prohibit guests from sending audio
  • Prohibit guests from sending video
  • Scheduled conference
  • Extend the duration of each conference created with the plugin. A conference will be extended by 25 minutes relative to the time of the event to which this conference is linked.
  • Allow conference time extension
  • Notify that a conference will end in 15 minutes (900 seconds).

We will also lock the following parameters:

  • PIN for joining the conference
  • Prohibit guests from sending audio
  • Prohibit guests from sending video.

Finally, we will hide the parameters below:

  • Conference type — “internal conference”, now a user can only create public conferences
  • Conference mode — “video lecture”
  • Conference recording settings.

We will get the file config.json with the following content:

If you have any issues with the plugin after changing the parameters, you can download the standard config.json file by following this link.

Previous article Next article

Try out the secure video conferencing platform TrueConf!

Video conferencing solution TrueConf Server works inside of your closed network without an internet connection
and allows you to gather up to 1,500 people in one conference!

Content