Skip to content
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 docs/partials/_angular-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Make sure you've a mechanism to get `authToken` from your server-side, which you

To begin, install the following packages:

- `@dytesdk/web-core`: This core package powers video, voice, livestream and chat SDKs. This is a required package.
- `@dytesdk/web-core`: This core package powers video, voice, and livestream SDKs. This is a required package.
- `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch.

You can install the SDKs using CDN, npm, or Yarn.
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/_html-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Make sure you've a mechanism to get authToken from your server-side, which you w

To begin, install the following packages:

- `@dytesdk/web-core`: This core package powers video, voice, livestream and chat SDKs. This is a required package.
- `@dytesdk/web-core`: This core package powers video, voice, and livestream SDKs. This is a required package.
- `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch.

You can install the SDKs using CDN, npm, or Yarn.
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/_react-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Make sure you've a mechanism to get `authToken` from your server-side, which you

To begin, install the following packages:

- `@dytesdk/react-web-core`: This core package powers video, voice, livestream, and chat SDKs. This is a required package.
- `@dytesdk/react-web-core`: This core package powers video, voice, and livestream SDKs. This is a required package.
- `@dytesdk/ui-kit`: This package includes Dyte UI components which can be used with core to easily build your own UI, including a prebuilt UI component. You can skip installing this package if you wish to build your own UI from scratch.

`@dytesdk/react-web-core` consists of hooks written on top of our `@dytesdk/web-core` package, which makes it easy to use [`web-core`](https://npmjs.com/package/@dytesdk/web-core) in React applications.
Expand Down
4 changes: 0 additions & 4 deletions src/components/homepage/HomeFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ const products = [
name: 'Live Streaming',
href: 'https://dyte.io/live-streaming-sdk',
},
{
name: 'Chat SDK',
href: 'https://dyte.io/chat-sdk',
},
{
name: 'Pricing',
href: 'https://dyte.io/pricing',
Expand Down
2 changes: 1 addition & 1 deletion src/components/homepage/SDKs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function SDKs() {
<h4 className="mb-2 text-2xl">Core SDK</h4>

<p className="mb-6 text-text-400">
Our easy to use Video + Voice + Livestreaming + Chat{' '}
Our easy to use Video + Voice + Livestreaming{' '}
<span className="font-semibold">all in one</span> SDK
</p>

Expand Down
4 changes: 2 additions & 2 deletions src/snippets/sdks.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="flex flex-1 flex-col">
<h3 class="!mb-0.5">Core SDK</h3>
<span class="none hidden text-sm font-normal lg:block"
>Video + Voice + Livestreaming + Chat</span
>Video + Voice + Livestreaming</span
>
<ul class="sdk-ul">
<li>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h3>Core SDK</h3>
<div class="flex flex-1 flex-col">
<h3 class="!mb-0.5">Core SDK</h3>
<span class="none hidden text-sm font-normal lg:block"
>Video + Voice + Livestreaming + Chat</span
>Video + Voice + Livestreaming</span
>
<ul class="sdk-ul">
<li>
Expand Down