logo
On this page

How to set the environment for Web platform Interactive Whiteboard SDK and File Transcoding SDK?

2021-09-09
Products / Plugins:Interactive whiteboard / File sharing
Platform / Framework:Web

Problem Description

When using Interactive Whiteboard SDK and File Sharing SDK, you need to set the SDK environment. Are the environments of these two SDKs the same? Will they affect each other?

Solution

Note

Interactive Whiteboard SDK and File Transcoding SDK are two independent SDKs, each with their own test environment and production environment, and do not affect each other.

  1. Interactive Whiteboard SDK environment setting: Interactive Whiteboard SDK contains all functions of the Video Call SDK. The setting scheme is exactly the same as the Video Call SDK, and is distinguished by passing in the server during initialization. Passing in the test environment server means the current environment is a test environment.

  2. File Transcoding SDK environment setting: Pass in the value of isTestEnv during initialization. The default false means production environment, and setting it to true means the current environment is a test environment.

  1. For setting the environment of the Video Call SDK, please refer to Video Call SDK Initialization.
  2. For setting the environment of the File Sharing SDK, please refer to File Sharing SDK Initialization.

Previous

When the camera supports it, the preview is set to 1920 * 1080, but the actual published stream is only 640 * 480. How should this be handled?

Next

How to switch audio and video input devices during calls on the Web platform with Express?

On this page

Back to top