Skip to main content

How to open the collaboration panel as soon as the viewer loads?

Comments

1 comment

  • Permanently deleted user
    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.