Skip to main content

Overview

Introduction

The SuperViz Autodesk APS integration is designed to seamlessly integrate SuperViz Collaboration into Autodesk APS viewer applications.

The integration consists of two main components:

Before you start

General knowledge on how to use Autodesk APS API and SDK is required.

To get started, you should have a Autodesk viewer application up and running as you will need this going forward.

Language support

The Autodesk integration is available in two different Packages: Javascript and React.

  • Javascript SDK: We support both Javascript with a package and JavaScript with CDN. You can use any JavaScript based framework such as React, Vue and Svelte.
  • React SDK: You can choose to use our dedicated React SDK.

Best practices

  • When using Video huddle together with the Presence3D, you can enable users to select from our list of avatars by setting the flag defaultAvatars as true on the Video huddle constructor.
  • Make sure to only initialize the components once the Autodesk Viewer is fully loaded, otherwise you won’t be able to initialize them.

Requirements

  • The minimum Autodesk Platform Services Viewer version required is version 7.

Happy coding!