api.js allows you to initialize the SDK in the following modes:
To simplify working with modes, the SDK has methods that do not require you to specify the appropriate mode:
Name | Description |
initManager | Initializes the SDK frame in the "manager" mode. |
initRoomSelector | Initializes the SDK frame in the "room-selector" mode. |
initFileSelector | Initializes the SDK frame in the "file-selector" mode. |
initEditor | Initializes the SDK frame in the "editor" mode. |
initViewer | Initializes the SDK frame in the "viewer" mode. |
initSystem | Initializes the SDK frame in the "system" mode. |