-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated explanations * use COMPANY * new intro * updated overviews * updated quickstart * added comments * updated file structure * updated file structure * feedback updates --------- Co-authored-by: saudsami <[email protected]>
- Loading branch information
1 parent
d666ec9
commit f808ceb
Showing
18 changed files
with
392 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
<ProductWrapper notAllowed={["interactive-whiteboard","cloud-recording","agora-analytics","extensions-marketplace"]}> | ||
To use <Vg k="COMPANY" /> SDKs, create an audio and video project in the <Vg k="CONSOLE" /> first. See [Agora account management](../get-started/manage-agora-account) for details. | ||
<ProductWrapper notAllowed={['interactive-whiteboard', 'cloud-recording', 'agora-analytics', 'extensions-marketplace']}> | ||
<Link to="{{Global.AGORA_CONSOLE_URL}}"><Vg k="CONSOLE" /></Link> is the main dashboard where you manage your <Vg k="COMPANY" /> projects and services. Before you can use <Vg k="COMPANY" />'s SDKs, you must first create a project in the <Vg k="CONSOLE" />. See [Agora account management](../get-started/manage-agora-account) for | ||
details. | ||
</ProductWrapper> | ||
|
||
<ProductWrapper product={["interactive-whiteboard","cloud-recording","agora-analytics","extensions-marketplace"]}> | ||
To use <Vg k="COMPANY" /> <Vpd k="NAME" />, create a project in the <Vg k="CONSOLE" /> first. See [Agora account management](../reference/manage-agora-account) for details. | ||
<ProductWrapper product={['interactive-whiteboard', 'cloud-recording', 'agora-analytics', 'extensions-marketplace']}> | ||
To use <Vg k="COMPANY" /> <Vpd k="NAME" />, create a project in the <Vg k="CONSOLE" /> first. | ||
</ProductWrapper> | ||
|
||
<ProductWrapper notAllowed="interactive-whiteboard"> | ||
![Create project in Agora Console](/images/common/create-project.svg) | ||
</ProductWrapper> | ||
<ProductWrapper notAllowed="interactive-whiteboard">![Create project in Agora Console](/images/common/create-project.svg)</ProductWrapper> | ||
|
||
#### <Vg k="CONSOLE" /> | ||
|
||
<Link to="{{Global.AGORA_CONSOLE_URL}}"><Vg k="CONSOLE" /></Link> is the main dashboard where you manage your <Vg k="COMPANY" /> projects and services. <Vg k="CONSOLE" /> provides an intuitive interface for developers to query and manage their <Vg k="COMPANY" /> account. After registering an <Link to="{{Global.AGORA_CONSOLE_URL}}">Agora Account</Link>, you use the <Vg k="CONSOLE" /> to perform the following tasks: | ||
<Link to="{{Global.AGORA_CONSOLE_URL}}"><Vg k="CONSOLE" /></Link> provides an intuitive interface for developers to query and manage their <Vg k="COMPANY" /> account. After registering an <Link to="{{Global.AGORA_CONSOLE_URL}}">Agora Account</Link>, you use the <Vg k="CONSOLE" /> to perform the following tasks: | ||
|
||
- Manage the account | ||
- Create and configure <Vg k="COMPANY" /> projects and services | ||
- Get an App ID | ||
- Manage members and roles | ||
- Check call quality and usage | ||
- Check bills and make payments | ||
- Access product resources | ||
|
||
<Vg k="COMPANY" /> also provides RESTful APIs that you use to implement features such as creating a project and fetching usage numbers programmatically. | ||
|
||
- Manage the account | ||
- Create and configure <Vg k="COMPANY" /> projects and services | ||
- Get an App ID | ||
- Manage members and roles | ||
- Check call quality and usage | ||
- Check bills and make payments | ||
- Access product resources | ||
#### <Vg k="COMPANY" /> Account Management | ||
|
||
<Vg k="COMPANY" /> also provides RESTful APIs that you use to implement features such as creating a project and fetching usage numbers programmatically. | ||
See [Agora account management](../reference/manage-agora-account) for details on how to manage all aspects of your <Vg k="COMPANY" /> account. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
#### App certificate | ||
#### App Certificate | ||
|
||
An App certificate is a string generated by <Vg k="CONSOLE" /> to enable token authentication. It is required for generating a <Vg k="VSDK" /> or <Vg k="MESS" /> authentication token. | ||
An App Certificate is a unique key generated by the <Vg k="CONSOLE" /> to secure projects through token authentication. It is required, along with the App ID, to generate a token that proves authorization between your systems and <Vg k="COMPANY" />'s network. App Certificates are used to generate <Vg k="VSDK" /> or <Vg k="MESS" /> authentication tokens. | ||
|
||
<ProductWrapper notAllowed={["extensions-marketplace","agora-analytics","video-calling", "voice-calling", | ||
"interactive-live-streaming", "broadcast-streaming","signaling"]}> | ||
|
||
To use your App certificate for setting up a token server, see [Create and run a token server.](../get-started/authentication-workflow) | ||
|
||
</ProductWrapper> | ||
|
||
<ProductWrapper product={["video-calling", "voice-calling", "interactive-live-streaming", "broadcast-streaming","signaling"]}> | ||
To use your App certificate for setting up a token server, see [Create and run a token server.](../get-started/authentication-workflow) | ||
|
||
</ProductWrapper> | ||
App Certificates should be stored securely in your backend systems. If your App Certificate is compromised or to meet security compliance requirements, you can invalidate certificates and create new ones through the <Vg k='CONSOLE' />. |
Oops, something went wrong.