From b2479f388499bd898ba63d5f71c74fa870419b80 Mon Sep 17 00:00:00 2001 From: roerohan Date: Mon, 13 Jun 2022 12:58:38 +0530 Subject: [PATCH 1/4] feat: added docs for version 0.25.x of web-core --- docs/react-native-core/Reference/DyteChat.md | 2 +- .../react-native-core/Reference/DyteClient.md | 16 +- docs/react-native-core/Reference/DyteMeta.md | 32 +- .../Reference/DyteParticipant.md | 2 +- .../Reference/DyteParticipantMap.md | 2 +- .../Reference/DyteParticipants.md | 2 +- .../Reference/DytePermissionsPreset.md | 2 +- .../react-native-core/Reference/DytePlugin.md | 2 +- .../Reference/DytePluginMap.md | 2 +- .../Reference/DytePlugins.md | 2 +- docs/react-native-core/Reference/DytePolls.md | 2 +- .../Reference/DyteRecording.md | 2 +- .../react-native-core/Reference/DyteRemote.md | 2 +- docs/react-native-core/Reference/DyteSelf.md | 2 +- .../Reference/DyteThemePreset.md | 2 +- docs/react-web-core/Reference/DyteChat.md | 2 +- docs/react-web-core/Reference/DyteClient.md | 16 +- docs/react-web-core/Reference/DyteMeta.md | 32 +- .../Reference/DyteParticipant.md | 2 +- .../Reference/DyteParticipantMap.md | 2 +- .../Reference/DyteParticipants.md | 2 +- .../Reference/DytePermissionsPreset.md | 2 +- docs/react-web-core/Reference/DytePlugin.md | 2 +- .../react-web-core/Reference/DytePluginMap.md | 2 +- docs/react-web-core/Reference/DytePlugins.md | 2 +- docs/react-web-core/Reference/DytePolls.md | 2 +- .../react-web-core/Reference/DyteRecording.md | 2 +- docs/react-web-core/Reference/DyteRemote.md | 2 +- docs/react-web-core/Reference/DyteSelf.md | 2 +- .../Reference/DyteThemePreset.md | 2 +- ...2-installation.mdx => 01-installation.mdx} | 2 +- .../{01-quickstart.md => 02-quickstart.md} | 0 .../01-introduction.mdx | 0 .../02-events.mdx | 0 .../03-manage-media-devices.mdx | 0 .../01-participants.mdx} | 26 +- docs/web-core/05-Participants/02-events.mdx | 120 +++++++ docs/web-core/Reference/DyteChat.md | 2 +- docs/web-core/Reference/DyteClient.md | 16 +- docs/web-core/Reference/DyteMeta.md | 32 +- docs/web-core/Reference/DyteParticipant.md | 2 +- docs/web-core/Reference/DyteParticipantMap.md | 2 +- docs/web-core/Reference/DyteParticipants.md | 2 +- .../Reference/DytePermissionsPreset.md | 2 +- docs/web-core/Reference/DytePlugin.md | 2 +- docs/web-core/Reference/DytePluginMap.md | 2 +- docs/web-core/Reference/DytePlugins.md | 2 +- docs/web-core/Reference/DytePolls.md | 2 +- docs/web-core/Reference/DyteRecording.md | 2 +- docs/web-core/Reference/DyteRemote.md | 2 +- docs/web-core/Reference/DyteSelf.md | 2 +- docs/web-core/Reference/DyteThemePreset.md | 2 +- .../version-0.25.x/01-installation.mdx | 47 +++ .../version-0.25.x/02-quickstart.md | 22 ++ .../03-Local User/01-introduction.mdx | 115 +++++++ .../03-Local User/02-events.mdx | 90 +++++ .../03-Local User/03-manage-media-devices.mdx | 35 ++ .../version-0.25.x/04-room-metadata.mdx | 38 +++ .../05-Participants/01-participants.mdx | 74 ++++ .../05-Participants/02-events.mdx | 120 +++++++ .../06-Chat/01-introduction.mdx | 43 +++ .../06-Chat/02-sending-a-chat-message.mdx | 72 ++++ .../06-Chat/03-receiving-chat-messages.mdx | 28 ++ .../06-Chat/04-other-chat-functions.mdx | 62 ++++ .../07-Polls/01-introduction.mdx | 35 ++ .../07-Polls/02-creating-a-poll.mdx | 27 ++ .../07-Polls/03-voting-on-a-poll.mdx | 22 ++ .../07-Polls/04-other-poll-functions.mdx | 39 +++ .../08-Plugins/01-introduction.mdx | 74 ++++ .../08-Plugins/02-enable-plugin.mdx | 60 ++++ .../08-Plugins/03-disable-plugin.mdx | 58 ++++ .../version-0.25.x/Reference/DyteChat.md | 126 +++++++ .../version-0.25.x/Reference/DyteClient.md | 124 +++++++ .../version-0.25.x/Reference/DyteMeta.md | 49 +++ .../Reference/DyteParticipant.md | 114 +++++++ .../Reference/DyteParticipantMap.md | 15 + .../Reference/DyteParticipants.md | 229 +++++++++++++ .../Reference/DytePermissionsPreset.md | 221 ++++++++++++ .../version-0.25.x/Reference/DytePlugin.md | 97 ++++++ .../version-0.25.x/Reference/DytePluginMap.md | 15 + .../version-0.25.x/Reference/DytePlugins.md | 30 ++ .../version-0.25.x/Reference/DytePolls.md | 49 +++ .../version-0.25.x/Reference/DyteRecording.md | 46 +++ .../version-0.25.x/Reference/DyteRemote.md | 47 +++ .../version-0.25.x/Reference/DyteSelf.md | 315 ++++++++++++++++++ .../Reference/DyteThemePreset.md | 86 +++++ .../version-0.25.x-sidebars.json | 8 + web-core_versions.json | 1 + 88 files changed, 2887 insertions(+), 116 deletions(-) rename docs/web-core/{02-installation.mdx => 01-installation.mdx} (93%) rename docs/web-core/{01-quickstart.md => 02-quickstart.md} (100%) rename docs/web-core/{03-LocalUser => 03-Local User}/01-introduction.mdx (100%) rename docs/web-core/{03-LocalUser => 03-Local User}/02-events.mdx (100%) rename docs/web-core/{03-LocalUser => 03-Local User}/03-manage-media-devices.mdx (100%) rename docs/web-core/{05-participants.mdx => 05-Participants/01-participants.mdx} (80%) create mode 100644 docs/web-core/05-Participants/02-events.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/01-installation.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/02-quickstart.md create mode 100644 web-core_versioned_docs/version-0.25.x/03-Local User/01-introduction.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/03-Local User/02-events.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/03-Local User/03-manage-media-devices.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/04-room-metadata.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/05-Participants/01-participants.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/05-Participants/02-events.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/06-Chat/01-introduction.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/06-Chat/02-sending-a-chat-message.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/06-Chat/03-receiving-chat-messages.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/06-Chat/04-other-chat-functions.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/07-Polls/01-introduction.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/07-Polls/02-creating-a-poll.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/07-Polls/03-voting-on-a-poll.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/07-Polls/04-other-poll-functions.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/08-Plugins/01-introduction.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/08-Plugins/02-enable-plugin.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/08-Plugins/03-disable-plugin.mdx create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteChat.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteClient.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteMeta.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteParticipant.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteParticipantMap.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteParticipants.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DytePermissionsPreset.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DytePlugin.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DytePluginMap.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DytePlugins.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DytePolls.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteRecording.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteRemote.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteSelf.md create mode 100644 web-core_versioned_docs/version-0.25.x/Reference/DyteThemePreset.md create mode 100644 web-core_versioned_sidebars/version-0.25.x-sidebars.json diff --git a/docs/react-native-core/Reference/DyteChat.md b/docs/react-native-core/Reference/DyteChat.md index 3f8c348cd0..59ec31388f 100644 --- a/docs/react-native-core/Reference/DyteChat.md +++ b/docs/react-native-core/Reference/DyteChat.md @@ -1,6 +1,6 @@ --- sidebar_position: 8 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteClient.md b/docs/react-native-core/Reference/DyteClient.md index 4eb06dcf2b..d231cd0408 100644 --- a/docs/react-native-core/Reference/DyteClient.md +++ b/docs/react-native-core/Reference/DyteClient.md @@ -1,6 +1,6 @@ --- sidebar_position: 1 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- @@ -24,6 +24,7 @@ named `meeting`. * [.remote](#module_DyteClient+remote) * [.joinRoom()](#module_DyteClient+joinRoom) * [.leaveRoom()](#module_DyteClient+leaveRoom) + * [.sendRoomMessage(type, payload)](#module_DyteClient+sendRoomMessage) * _static_ * [.init(options)](#module_DyteClient.init) @@ -91,6 +92,19 @@ is emitted on `self` when the room is joined successfully. The `leaveRoom()` method can be used to leave a meeting. **Kind**: instance method of [DyteClient](#module_DyteClient) + + +### meeting.sendRoomMessage(type, payload) +sendRoomMessage method can be used to broadcast any messsage to current room. +This sends the message to all participants of current room including `self`. + +**Kind**: instance method of [DyteClient](#module_DyteClient) + +| Param | Description | +| --- | --- | +| type | string indicating a unique message type to be broadcasted to meeting | +| payload | object containing the info to be broadcasted | + ### meeting.init(options) diff --git a/docs/react-native-core/Reference/DyteMeta.md b/docs/react-native-core/Reference/DyteMeta.md index d9ded826a7..4b90dd2512 100644 --- a/docs/react-native-core/Reference/DyteMeta.md +++ b/docs/react-native-core/Reference/DyteMeta.md @@ -1,6 +1,6 @@ --- sidebar_position: 7 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- @@ -11,16 +11,22 @@ This consists of the metadata of the meeting, such as the room name and the titl * [DyteMeta](#module_DyteMeta) - * [.roomName](#module_DyteMeta+roomName) - * [.joined](#module_DyteMeta+joined) * [.roomType](#module_DyteMeta+roomType) - * [.meetingTitle](#module_DyteMeta+meetingTitle) * [.meetingStartedTimestamp](#module_DyteMeta+meetingStartedTimestamp) + * [.joined](#module_DyteMeta+joined) + * [.roomName](#module_DyteMeta+roomName) + * [.meetingTitle](#module_DyteMeta+meetingTitle) - + -### meeting.meta.roomName -The room name of the meeting. +### meeting.meta.roomType +Indicates the meeting is a group-call or a webinar. + +**Kind**: instance property of [DyteMeta](#module_DyteMeta) + + +### meeting.meta.meetingStartedTimestamp +The timestamp of the time when the meeting started. **Kind**: instance property of [DyteMeta](#module_DyteMeta) @@ -29,10 +35,10 @@ The room name of the meeting. This is set to true if the current user has joined the meeting. **Kind**: instance property of [DyteMeta](#module_DyteMeta) - + -### meeting.meta.roomType -Indicates the meeting is a group-call or a webinar. +### meeting.meta.roomName +The room name of the meeting. **Kind**: instance property of [DyteMeta](#module_DyteMeta) @@ -41,9 +47,3 @@ Indicates the meeting is a group-call or a webinar. The title of the meeting. **Kind**: instance property of [DyteMeta](#module_DyteMeta) - - -### meeting.meta.meetingStartedTimestamp -The timestamp of the time when the meeting started. - -**Kind**: instance property of [DyteMeta](#module_DyteMeta) diff --git a/docs/react-native-core/Reference/DyteParticipant.md b/docs/react-native-core/Reference/DyteParticipant.md index 572122e555..7a7d182af0 100644 --- a/docs/react-native-core/Reference/DyteParticipant.md +++ b/docs/react-native-core/Reference/DyteParticipant.md @@ -1,6 +1,6 @@ --- sidebar_position: 5 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteParticipantMap.md b/docs/react-native-core/Reference/DyteParticipantMap.md index 6e0cb6c23c..7b60940b2c 100644 --- a/docs/react-native-core/Reference/DyteParticipantMap.md +++ b/docs/react-native-core/Reference/DyteParticipantMap.md @@ -1,6 +1,6 @@ --- sidebar_position: 4 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteParticipants.md b/docs/react-native-core/Reference/DyteParticipants.md index 927fde2fc1..a9487b920f 100644 --- a/docs/react-native-core/Reference/DyteParticipants.md +++ b/docs/react-native-core/Reference/DyteParticipants.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DytePermissionsPreset.md b/docs/react-native-core/Reference/DytePermissionsPreset.md index a94bc787ad..68d999f143 100644 --- a/docs/react-native-core/Reference/DytePermissionsPreset.md +++ b/docs/react-native-core/Reference/DytePermissionsPreset.md @@ -1,6 +1,6 @@ --- sidebar_position: 6 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DytePlugin.md b/docs/react-native-core/Reference/DytePlugin.md index 9513a1afa7..b0aa988820 100644 --- a/docs/react-native-core/Reference/DytePlugin.md +++ b/docs/react-native-core/Reference/DytePlugin.md @@ -1,6 +1,6 @@ --- sidebar_position: 12 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DytePluginMap.md b/docs/react-native-core/Reference/DytePluginMap.md index 9e30899cb4..95f61a760a 100644 --- a/docs/react-native-core/Reference/DytePluginMap.md +++ b/docs/react-native-core/Reference/DytePluginMap.md @@ -1,6 +1,6 @@ --- sidebar_position: 11 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DytePlugins.md b/docs/react-native-core/Reference/DytePlugins.md index 7c17d44585..aa7be8ba6a 100644 --- a/docs/react-native-core/Reference/DytePlugins.md +++ b/docs/react-native-core/Reference/DytePlugins.md @@ -1,6 +1,6 @@ --- sidebar_position: 10 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DytePolls.md b/docs/react-native-core/Reference/DytePolls.md index f4d76cdc63..f79504f5a5 100644 --- a/docs/react-native-core/Reference/DytePolls.md +++ b/docs/react-native-core/Reference/DytePolls.md @@ -1,6 +1,6 @@ --- sidebar_position: 9 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteRecording.md b/docs/react-native-core/Reference/DyteRecording.md index 52c2450c12..c16150d623 100644 --- a/docs/react-native-core/Reference/DyteRecording.md +++ b/docs/react-native-core/Reference/DyteRecording.md @@ -1,6 +1,6 @@ --- sidebar_position: 15 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteRemote.md b/docs/react-native-core/Reference/DyteRemote.md index 1122007cba..54d6dab113 100644 --- a/docs/react-native-core/Reference/DyteRemote.md +++ b/docs/react-native-core/Reference/DyteRemote.md @@ -1,6 +1,6 @@ --- sidebar_position: 14 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteSelf.md b/docs/react-native-core/Reference/DyteSelf.md index 435d9e99d4..79f34af5c6 100644 --- a/docs/react-native-core/Reference/DyteSelf.md +++ b/docs/react-native-core/Reference/DyteSelf.md @@ -1,6 +1,6 @@ --- sidebar_position: 2 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-native-core/Reference/DyteThemePreset.md b/docs/react-native-core/Reference/DyteThemePreset.md index a1d80c176e..88aece66b4 100644 --- a/docs/react-native-core/Reference/DyteThemePreset.md +++ b/docs/react-native-core/Reference/DyteThemePreset.md @@ -1,6 +1,6 @@ --- sidebar_position: 13 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteChat.md b/docs/react-web-core/Reference/DyteChat.md index 3f8c348cd0..59ec31388f 100644 --- a/docs/react-web-core/Reference/DyteChat.md +++ b/docs/react-web-core/Reference/DyteChat.md @@ -1,6 +1,6 @@ --- sidebar_position: 8 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteClient.md b/docs/react-web-core/Reference/DyteClient.md index 4eb06dcf2b..d231cd0408 100644 --- a/docs/react-web-core/Reference/DyteClient.md +++ b/docs/react-web-core/Reference/DyteClient.md @@ -1,6 +1,6 @@ --- sidebar_position: 1 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- @@ -24,6 +24,7 @@ named `meeting`. * [.remote](#module_DyteClient+remote) * [.joinRoom()](#module_DyteClient+joinRoom) * [.leaveRoom()](#module_DyteClient+leaveRoom) + * [.sendRoomMessage(type, payload)](#module_DyteClient+sendRoomMessage) * _static_ * [.init(options)](#module_DyteClient.init) @@ -91,6 +92,19 @@ is emitted on `self` when the room is joined successfully. The `leaveRoom()` method can be used to leave a meeting. **Kind**: instance method of [DyteClient](#module_DyteClient) + + +### meeting.sendRoomMessage(type, payload) +sendRoomMessage method can be used to broadcast any messsage to current room. +This sends the message to all participants of current room including `self`. + +**Kind**: instance method of [DyteClient](#module_DyteClient) + +| Param | Description | +| --- | --- | +| type | string indicating a unique message type to be broadcasted to meeting | +| payload | object containing the info to be broadcasted | + ### meeting.init(options) diff --git a/docs/react-web-core/Reference/DyteMeta.md b/docs/react-web-core/Reference/DyteMeta.md index d9ded826a7..4b90dd2512 100644 --- a/docs/react-web-core/Reference/DyteMeta.md +++ b/docs/react-web-core/Reference/DyteMeta.md @@ -1,6 +1,6 @@ --- sidebar_position: 7 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- @@ -11,16 +11,22 @@ This consists of the metadata of the meeting, such as the room name and the titl * [DyteMeta](#module_DyteMeta) - * [.roomName](#module_DyteMeta+roomName) - * [.joined](#module_DyteMeta+joined) * [.roomType](#module_DyteMeta+roomType) - * [.meetingTitle](#module_DyteMeta+meetingTitle) * [.meetingStartedTimestamp](#module_DyteMeta+meetingStartedTimestamp) + * [.joined](#module_DyteMeta+joined) + * [.roomName](#module_DyteMeta+roomName) + * [.meetingTitle](#module_DyteMeta+meetingTitle) - + -### meeting.meta.roomName -The room name of the meeting. +### meeting.meta.roomType +Indicates the meeting is a group-call or a webinar. + +**Kind**: instance property of [DyteMeta](#module_DyteMeta) + + +### meeting.meta.meetingStartedTimestamp +The timestamp of the time when the meeting started. **Kind**: instance property of [DyteMeta](#module_DyteMeta) @@ -29,10 +35,10 @@ The room name of the meeting. This is set to true if the current user has joined the meeting. **Kind**: instance property of [DyteMeta](#module_DyteMeta) - + -### meeting.meta.roomType -Indicates the meeting is a group-call or a webinar. +### meeting.meta.roomName +The room name of the meeting. **Kind**: instance property of [DyteMeta](#module_DyteMeta) @@ -41,9 +47,3 @@ Indicates the meeting is a group-call or a webinar. The title of the meeting. **Kind**: instance property of [DyteMeta](#module_DyteMeta) - - -### meeting.meta.meetingStartedTimestamp -The timestamp of the time when the meeting started. - -**Kind**: instance property of [DyteMeta](#module_DyteMeta) diff --git a/docs/react-web-core/Reference/DyteParticipant.md b/docs/react-web-core/Reference/DyteParticipant.md index 572122e555..7a7d182af0 100644 --- a/docs/react-web-core/Reference/DyteParticipant.md +++ b/docs/react-web-core/Reference/DyteParticipant.md @@ -1,6 +1,6 @@ --- sidebar_position: 5 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteParticipantMap.md b/docs/react-web-core/Reference/DyteParticipantMap.md index 6e0cb6c23c..7b60940b2c 100644 --- a/docs/react-web-core/Reference/DyteParticipantMap.md +++ b/docs/react-web-core/Reference/DyteParticipantMap.md @@ -1,6 +1,6 @@ --- sidebar_position: 4 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteParticipants.md b/docs/react-web-core/Reference/DyteParticipants.md index 927fde2fc1..a9487b920f 100644 --- a/docs/react-web-core/Reference/DyteParticipants.md +++ b/docs/react-web-core/Reference/DyteParticipants.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DytePermissionsPreset.md b/docs/react-web-core/Reference/DytePermissionsPreset.md index a94bc787ad..68d999f143 100644 --- a/docs/react-web-core/Reference/DytePermissionsPreset.md +++ b/docs/react-web-core/Reference/DytePermissionsPreset.md @@ -1,6 +1,6 @@ --- sidebar_position: 6 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DytePlugin.md b/docs/react-web-core/Reference/DytePlugin.md index 9513a1afa7..b0aa988820 100644 --- a/docs/react-web-core/Reference/DytePlugin.md +++ b/docs/react-web-core/Reference/DytePlugin.md @@ -1,6 +1,6 @@ --- sidebar_position: 12 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DytePluginMap.md b/docs/react-web-core/Reference/DytePluginMap.md index 9e30899cb4..95f61a760a 100644 --- a/docs/react-web-core/Reference/DytePluginMap.md +++ b/docs/react-web-core/Reference/DytePluginMap.md @@ -1,6 +1,6 @@ --- sidebar_position: 11 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DytePlugins.md b/docs/react-web-core/Reference/DytePlugins.md index 7c17d44585..aa7be8ba6a 100644 --- a/docs/react-web-core/Reference/DytePlugins.md +++ b/docs/react-web-core/Reference/DytePlugins.md @@ -1,6 +1,6 @@ --- sidebar_position: 10 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DytePolls.md b/docs/react-web-core/Reference/DytePolls.md index f4d76cdc63..f79504f5a5 100644 --- a/docs/react-web-core/Reference/DytePolls.md +++ b/docs/react-web-core/Reference/DytePolls.md @@ -1,6 +1,6 @@ --- sidebar_position: 9 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteRecording.md b/docs/react-web-core/Reference/DyteRecording.md index 52c2450c12..c16150d623 100644 --- a/docs/react-web-core/Reference/DyteRecording.md +++ b/docs/react-web-core/Reference/DyteRecording.md @@ -1,6 +1,6 @@ --- sidebar_position: 15 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteRemote.md b/docs/react-web-core/Reference/DyteRemote.md index 1122007cba..54d6dab113 100644 --- a/docs/react-web-core/Reference/DyteRemote.md +++ b/docs/react-web-core/Reference/DyteRemote.md @@ -1,6 +1,6 @@ --- sidebar_position: 14 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteSelf.md b/docs/react-web-core/Reference/DyteSelf.md index 435d9e99d4..79f34af5c6 100644 --- a/docs/react-web-core/Reference/DyteSelf.md +++ b/docs/react-web-core/Reference/DyteSelf.md @@ -1,6 +1,6 @@ --- sidebar_position: 2 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/react-web-core/Reference/DyteThemePreset.md b/docs/react-web-core/Reference/DyteThemePreset.md index a1d80c176e..88aece66b4 100644 --- a/docs/react-web-core/Reference/DyteThemePreset.md +++ b/docs/react-web-core/Reference/DyteThemePreset.md @@ -1,6 +1,6 @@ --- sidebar_position: 13 -web_core_version: 0.24.0 +web_core_version: 0.25.0 --- diff --git a/docs/web-core/02-installation.mdx b/docs/web-core/01-installation.mdx similarity index 93% rename from docs/web-core/02-installation.mdx rename to docs/web-core/01-installation.mdx index 5b1b985f19..8a0d0b7aae 100644 --- a/docs/web-core/02-installation.mdx +++ b/docs/web-core/01-installation.mdx @@ -40,7 +40,7 @@ yarn add @dytesdk/web-core Add the following script tag in the head of your HTML file. ```html -