cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
0
Helpful
1
Replies

Telepresence Server on-screen indicators

Mike Assel
Level 4
Level 4

Is it possible to turn off on-screen indicators (such as "Display icon when any participants are not encrypted" or "Indicate presence of additional participants") on a per conference basis, rather than globally?  This would be for locally or remotely managed mode.

Thanks, Mike 

1 Accepted Solution

Accepted Solutions

Patrick Sparkman
VIP Alumni
VIP Alumni

It's not possible to disable OSD icons/notifications for a locally managed TelePresence Server, as they are global settings that affect all conferences and calls.  However, for a remotely managed TelePresence Server using Conductor, you can disable the OSD icons/notifications for individual conferences using the custom parameters option in the advanced parameters section of the conference template, see below for an example.

{"callAttributes":{"indicateUnencryptedParticipants":false,"indicateAudioOnlyParticipants":false}}

The above string will disable the encryption and participant overflow icons, refer to the "callAttributes" section in the TelePresence Server API Guides for other possible attributes that might can be disabled.

View solution in original post

1 Reply 1

Patrick Sparkman
VIP Alumni
VIP Alumni

It's not possible to disable OSD icons/notifications for a locally managed TelePresence Server, as they are global settings that affect all conferences and calls.  However, for a remotely managed TelePresence Server using Conductor, you can disable the OSD icons/notifications for individual conferences using the custom parameters option in the advanced parameters section of the conference template, see below for an example.

{"callAttributes":{"indicateUnencryptedParticipants":false,"indicateAudioOnlyParticipants":false}}

The above string will disable the encryption and participant overflow icons, refer to the "callAttributes" section in the TelePresence Server API Guides for other possible attributes that might can be disabled.