From 5daae04eec824cb1f96343d34c6a9c4a3b331e8c Mon Sep 17 00:00:00 2001 From: Matvei Andrienko Date: Thu, 3 Oct 2024 11:17:34 +0200 Subject: [PATCH] docs: fix typo --- .../docs/React/03-ui-components/core/call-layout.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-sdk/docusaurus/docs/React/03-ui-components/core/call-layout.mdx b/packages/react-sdk/docusaurus/docs/React/03-ui-components/core/call-layout.mdx index 17f2faf166..1968c1fa83 100644 --- a/packages/react-sdk/docusaurus/docs/React/03-ui-components/core/call-layout.mdx +++ b/packages/react-sdk/docusaurus/docs/React/03-ui-components/core/call-layout.mdx @@ -81,7 +81,7 @@ const MyApp = () => { | ----------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | | `groupSize` | The number of participants to display per page | `number` \| `undefined` | | `excludeLocalParticipant` | Whether to exclude the local participant from the grid | `boolean` \| `undefined` | -| `mirrorLocalParticipantVideo` | Whether to mirror the user's own video (default `true`) | +| `mirrorLocalParticipantVideo` | Whether to mirror the user's own video (default `true`) | `boolean` \| `undefined` | | `pageArrowsVisible` | Turns on/off the pagination arrows | `boolean` \| `undefined` | | `ParticipantViewUI` | [See `ParticipantView` documentation](../../../ui-components/core/participant-view/#participantviewui) | [See `ParticipantView` documentation](../../../ui-components/core/participant-view/#participantviewui) | | `VideoPlaceholder` | [See `ParticipantView` documentation](../../../ui-components/core/participant-view/#videoplaceholder) | [See `ParticipantView` documentation](../../../ui-components/core/participant-view/#videoplaceholder) | @@ -94,7 +94,7 @@ const MyApp = () => { | ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | | `participantsBarPosition` | The position of the participants who are not in focus, the default is `bottom`. Providing `null` will hide the bar | `top` \| `bottom` \| `left` \| `right` \| `null` | | `excludeLocalParticipant` | Whether to exclude the local participant from the layout | `boolean` \| `undefined` | -| `mirrorLocalParticipantVideo` | Whether to mirror the user's own video (default `true`) | +| `mirrorLocalParticipantVideo` | Whether to mirror the user's own video (default `true`) | `boolean` \| `undefined` | | `pageArrowsVisible` | Turns on/off the pagination arrows | `boolean` \| `undefined` | | `ParticipantViewUISpotlight` | The participant UI for the spotlight view, [see `ParticipantView` documentation](../../../ui-components/core/participant-view/#participantviewui) | [See `ParticipantView` documentation](../../../ui-components/core/participant-view/#participantviewui) | | `ParticipantViewUIBar` | The participant UI for the participants in the bar, [see `ParticipantView` documentation](../../../ui-components/core/participant-view/#participantviewui) | [See `ParticipantView` documentation](../../../ui-components/core/participant-view/#participantviewui) | @@ -112,7 +112,7 @@ const MyApp = () => { | `showDuration` | Will show the duration of the livestream | `boolean` | | `showLiveBadge` | Will show a badge whether the livestream is live or not | `boolean` | | `showSpeakerName` | Will show the name of the speaker | `boolean` | -| `mirrorLocalParticipantVideo` | Whether to mirror the user's own video (default `true`) | +| `mirrorLocalParticipantVideo` | Whether to mirror the user's own video (default `true`) | `boolean` | | `floatingParticipantProps` | Props to pass to the floating participant view | `object` | | `floatingParticipantProps.position` | Position of the floating participant view | `string` |