Skip to content

Commit

Permalink
⚡ update mdx components
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriarpshuvo committed Jul 18, 2022
1 parent 89eab10 commit fb4255c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shared/video-sdk/get-started/_get-started-uikit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Reference from '@docs/shared/video-sdk/get-started/get-started-uikit/refe
Real-time {props.product} immerses people in the sights and sounds of human connections, keeping them engaged in your <Vpl k="CLIENT" /> longer.

<ProductWrapper product="video-calling">
{props.product} enables one-to-one or small-group video chat connections with smooth, jitter-free streaming video. <Vg k="COMPANY"/>’s <Vp k="SDK" /> makes it easy to embed real-time video chat into web, mobile and native {props.client}s.
{props.product} enables one-to-one or small-group video chat connections with smooth, jitter-free streaming video. <Vg k="COMPANY"/>’s <Vpd k="SDK" /> makes it easy to embed real-time video chat into web, mobile and native {props.client}s.
</ProductWrapper>

<ProductWrapper notAllowed="video-calling">
Expand Down
2 changes: 1 addition & 1 deletion shared/video-sdk/understand/_migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Ios from '@docs/shared/video-sdk/understand/migration-guide/_ios.mdx';

import * as data from '@site/data/variables';

<Vp k="PRODUCT" /> {data.VSDK_RELEASE} supplies a new {data.VSDK} that you use to embed real-time video and audio into your app. It supports large-scale real-time interactive activities and provides better real-time interactive effects. For details, see the <Link to={`/${props.PATH}/understand/product-overview`}>Product overview</Link>
<Vpd k="PRODUCT" /> {data.VSDK_RELEASE} supplies a new {data.VSDK} that you use to embed real-time video and audio into your app. It supports large-scale real-time interactive activities and provides better real-time interactive effects. For details, see the <Link to={`/${props.PATH}/understand/product-overview`}>Product overview</Link>

This page introduces the main steps to upgrade the SDK from v{data.VSDK_PREVIOUS_RELEASE} to {data.VSDK_RELEASE}, as well as the related changes.

Expand Down
2 changes: 1 addition & 1 deletion shared/video-sdk/understand/_pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you have already signed a contract with {data.COMPANY}, the billing terms and

Billing occurs monthly. At the end of each month, {data.COMPANY} calculates the total duration of the audio and video usage (in minutes) for that month in all projects under your <Link to="{{global.AGORA_CONSOLE_URL}}" target="_blank" rel="noreferrer">{data.COMPANY} account</Link>

Video usage is divided into four different types based on aggregate resolution and priced individually. After deducting the monthly <Link to="/{{local.PATH}}/reference/billing-policies#user-content-agoras-free-of-charge-policy-for-the-first-10000-minutes">10,000 free-of-charge minutes</Link> that {data.COMPANY} grants to every account, {data.COMPANY} multiplies any remaining usage by its corresponding unit price and adds up the costs to get the total cost for that month.
Video usage is divided into four different types based on aggregate resolution and priced individually. After deducting the monthly <Link to="/{{product.PATH}}/reference/billing-policies#user-content-agoras-free-of-charge-policy-for-the-first-10000-minutes">10,000 free-of-charge minutes</Link> that {data.COMPANY} grants to every account, {data.COMPANY} multiplies any remaining usage by its corresponding unit price and adds up the costs to get the total cost for that month.

The basic formula is shown here:

Expand Down

0 comments on commit fb4255c

Please sign in to comment.