How to open the collaboration panel as soon as the viewer loads?
Normally when we've created Active Operating Picture sites in the past few months, the Collaboration "chat room" panel is always open as soon as the viewer loads. Our most recent set of AOP sites do not show the collaboration panel automatically and we have to go click the collaboration tool in the toolbar to open it. Is there a simple setting we can change in the Desktop.json.js file that tells the collaboration panel to open on viewer load? Or is it in the Site.xml somewhere? What are we missing in this AOP site we've created recently that is different?
0
-
This is in the Desktop.json.js file. Look for the "Shells" moduleName and find the views collection underneath. Set the "visible" property to true.
To make collaboration panel show by default:
"moduleName": "Shells",
"views": [
{
"id": "CollaborationContainerView",
"viewModelId": "CollaborationContainerViewModel",
"visible": true,0
Please sign in to leave a comment.
Comments
1 comment