Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support mail #1435

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iot/reference/communicate_with_rtc_sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ In Web SDK (v4.x), `VP8` video data is sent and received by default. You call `c

## Set up <Vg k="VSDK"/> for embedded systems

In <Vg k="VSDK"/> for embedded systems, `Opus` audio data and `H.264` video data are sent and received by default. If you want to receive `JPEG` video data or send and receive `G711` audio data, contact iot@agora.io for activation.
In <Vg k="VSDK"/> for embedded systems, `Opus` audio data and `H.264` video data are sent and received by default. If you want to receive `JPEG` video data or send and receive `G711` audio data, contact sales-us@agora.io for activation.

<Vg k="VSDK"/> for embedded systems does not support sending `JPEG` video data.
4 changes: 2 additions & 2 deletions shared/iot/develop/_licensing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following figure shows the overall process of using an <Vg k="IOT" /> device
Follow the steps below to add a license to your <Vg k="IOT" /> devices.

### Apply for a license
To apply for a license, contact iot@agora.io and provide the following information:
To apply for a license, contact sales-us@agora.io and provide the following information:

| Name | Description |
|------|------------------------|
Expand Down Expand Up @@ -133,7 +133,7 @@ To facilitate development and testing, Agora offers the following types of licen

Best practice is to use a trial license before the product is officially launched. To switch to a commercial license, follow these steps:

1. Contact iot@agora.io to apply for a commercial license. After successfully applying for a license, you can check the PID of the license in the **License Usage** page of the <Vg k="CONSOLE"/>.
1. Contact sales-us@agora.io to apply for a commercial license. After successfully applying for a license, you can check the PID of the license in the **License Usage** page of the <Vg k="CONSOLE"/>.
1. Call the activation API to activate a new license and pass in the PID of the new license and the `licenseKey` which is consistent with the old license.
1. Write and read a new license to the device.
1. Call the initialization method of the SDK with the new license.
Expand Down
Loading