How do I open the Autodesk.Viewing.Collaboration
panel from the beginning when I start the viewer?
I want to start the live review from the beginning without clicking.
Once the extension is loaded in the viewer, you can activate it programmatically like so:
const collaborationExt = viewer.getExtension('Autodesk.Viewing.Collaboration');
collaborationExt.activate();