Admin Console
  • Overview
  • Project management
  • Account management
  • Service management
  • Billing Center
  • Packages
  • Analytics Dashboard
  • Development tools
  • FAQs
  • Documentation
  • Admin Console
  • Project management
  • How to view project information

How to view project information

Last updated:2023-05-30 12:12

Introduction

After project creation, you need to query related information about the project in scenarios such as integration, testing, and launch. This document mainly describes the process of viewing project information.

View project information

UIKits project

  1. After login, access the Projects Management page. Click a project in card mode or click Edit corresponding to a project in the Operation column on the right in list mode.

  2. On the Project Information tab, click Config my app in the upper part to view and configure UIKits-related information.

  3. On the page that appears, you can click Add New to add a use case. You can also select the integration platform and add the platform configuration corresponding to the use case.

  4. In addition, you can view Basic Information and Basic Configurations of the project on the Project Information tab.

Ordinary project

For an ordinary project, you can view only Basic Information and Basic Configurations of the project on the Project Information tab but cannot view UIKits-related configurations and information.

Information type

Basic Information

Field Description
Project name Project name.
Region Main business region of a project. (Currently, the default value global is used.)
AppID Unique identifier of a project.
Time created (UTC + 08:00) Time when a project is created.
Status Project status marked by you, which does not affect the actual use.

Basic Configurations

Field Description
AppSign Authentication key for the project, which is written to the SDK code. It is not displayed by default. You can click the eye icon on the right to view it.
ServerSecret Used for the authentication and verification of the backend service request API. It is not displayed by default. You can click the eye icon on the right to view it.
CallbackSecret Used for the authentication and verification of the backend service callback API. It is not displayed by default. You can click the eye icon on the right to view it.
Server URL Address for WebSocket communication with the server, which is configured in the SDK. This address is applicable to the web and mini program platforms. You can click View to view and copy the server address in the window that appears.
Temporary token A more reliable token-based authentication is supported. When a token is needed for verifying your legitimacy but authentication by token is not implemented, a temporary token can be obtained from the ZEGOCLOUD Admin Console.
  1. AppSign is related to the security of the project; therefore, do not disclose its value to others.
  2. ZEGOCLOUD supports authentication by Token. To upgrade the authentication method, see Use Tokens for authentication for details.
Page Directory