MENU

Web app version Setup

TOC

About Web App Version

The web app is a dedicated browser for using the Chat&Messenger cloud service and can be used with the following services.

Advantages of using the Web App version

The advantages of using the Web App version are as follows

  • Stable because it does not face the problems associated with automatic browser updates
  • Do not use external services for Push notification delivery
    WebPush notifications are usually delivered from the browser vendor's server, so they cannot be used in environments with Internet connection restrictions; the Web App version can be delivered directly from the CAMServer without going through an external party, even in such environments.
  • No SSL connection warning even on-premises
  • Easy to notice notifications of incoming messages
  • No permission required for microphone and camera access
  • Easily record web conferences

Windows Download and Installation

Please download and use the web application version from below.

Download

When you run the downloaded setup exe, you will be connected to the Chat&Messenger cloud, so please enter your ID and password to log in.

*If you are using on-premises, please specify the CAMServer URL in the connection settings.

Download (Program Files version)

By installing it in the Program Files folder, you can create an independent environment for each user even in a multi-user environment.

Completely silent installation is possible by running the command prompt with administrator privileges and running the setup exe with the /S option.

$ camapp_setup_program.exe /S

Register startup and start simultaneously with Windows

If you want to register the startup and start the web application at the same time as Windows, please execute "Startup Registration" as follows.

Notification settings

After installation, pop-up notifications of messages to yourself are supported by default. If you are not notified, please check if camapp is enabled in Windows Settings > System > Notifications and Actions.

Security software scan exclusion settings

If you are setting up security software scanning exclusions, such as in cases of poor performance, please target the following

For normal installation

C:\Users\USER-NAME\AppData\Local\Programs\camapp

If you use the customized version and install under Program Files

C:\Program Files\camapp

Set initial values during installation

config.json By setting , you can change the URL to access CAMServer immediately after installation, and share various settings such as startup registration.

Create config.json file

{
    "indexURL": "https://pc/",
    "createStartUpLnk": true,
    "minimizeAfterAppLaunch": true
}
  • indexURL Specify the URL to access CAMServer.
  • createStartUpLnk... Set to true to register Windows startup at first startup.
  • minimizeAfterAppLaunch...Set true if you want to minimize the app when it starts.

Place config.json file

For normal installation

C:\Users\USER-NAME\AppData\Roaming\camapp\config.json

When installed under Program Files

C:\ProgramData\camapp\config.json

C:\ProgramData Folders are locations on Windows systems for storing data that can be shared among multiple users. This folder is used to store application data shared by all user accounts.C:\ProgramData If it is not displayed in Explorer, please go to the address bar of Explorer.

Mac Download & Install

Download

The following settings are required at the time of initial startup since it is not published on the App Store.

Also, first-time access permission is required for microphone, camera, and screen sharing, so please test it in advance.
*If you block someone by mistake, you will need permission from the settings screen shown on the right.

TOC