Skip to content

Commit

Permalink
docs(setup-preset): preset creation was missing between meeting & par…
Browse files Browse the repository at this point in the history
…ticipant creation
  • Loading branch information
ravindra-dyte committed Mar 5, 2024
1 parent 7f919ab commit d35b781
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/realtime-chat/build-in-app-chat-exp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Chat SDKs are still in the testing phase and may undergo some changes. If you en

Login to the [Developer Portal](https://dev.dyte.io/dashboard) and create an account. Copy the [API Keys](https://dev.dyte.io/apikeys) for your organization from the Developer portal. These API Keys are unique to your organization and are required to use Dyte REST APIs such as when instantiating a meeting.

## Step 2: Step 2: Create Presets
## Step 2: Create Presets

A preset is a set of permissions and UI configurations that are applied to hosts and participants. They determine the look, feel, and behavior of the livestream, with options to set varied permissions, such as the ability to create polls or chat, control access for plugins, and more.

Expand Down
16 changes: 14 additions & 2 deletions docs/partials/_integrate-dyte.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
It all starts with creating a meeting which is needed to start a live video call. After a meeting has been created on Dyte's server, you can now add participants to the meeting. Each participant is given an `authToken` which is necessary for your client side to further interact with the meeting.

:::info
To learn move about these terms, refer to our [Concepts](./concepts) page.
To learn more about these terms, refer to our [Concepts](./concepts) page.
:::

Let's dive into further details.
Expand All @@ -31,7 +31,19 @@ There are two ways to go about creating a meeting.
Dyte meetings do not have a specific date or time associated to them, so you can either create
them in advance or right when users need to join the meeting.

### Step 2: Add Participants
### Step 2: Create Presets

A preset is a set of permissions and UI configurations that are applied to participants for different meeting types such as Group Call, Webinar, and Livestream. The presets define how a meeting will appear visually and functional aspects of the meeting. They allow customization options like setting maximum number of participants on-screen, permissions to share screen, enabling poll creation, disabling video and audio, adjusting text color, configuring plugins, etc.

To create or update a preset, please refer to our Developer Portal's [Presets Section](https://dev.dyte.io/presets).

:::tip Note
A preset can be reused for multiple participants, even across multiple meetings. You don't have to create new presets for each and every meeting/participant.

It is advised to keep preset count minimal.
:::

### Step 3: Add Participants

Now that you have a meeting, it's time to add participants to the meeting. There are two ways in which you can add participants to a meeting:

Expand Down

0 comments on commit d35b781

Please sign in to comment.