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.
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.
On the Project Information tab, click Config my app in the upper part to view and configure UIKits-related information.
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.
In addition, you can view Basic Information and Basic Configurations of the project on the Project Information tab.
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.
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. |
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. |