diff --git a/docs/react-native-core/Reference/DyteChat.md b/docs/react-native-core/Reference/DyteChat.md index 3f8c348cd0..37e7061755 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.26.0 --- diff --git a/docs/react-native-core/Reference/DyteClient.md b/docs/react-native-core/Reference/DyteClient.md index 4eb06dcf2b..0638fdc650 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.26.0 --- diff --git a/docs/react-native-core/Reference/DyteMeta.md b/docs/react-native-core/Reference/DyteMeta.md index d9ded826a7..c76444330a 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.26.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..1901a99442 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.26.0 --- @@ -32,6 +32,10 @@ const participant4 = meeting.participants.active.toArray().filter((p) => p.name * [.audioEnabled](#module_DyteParticipant+audioEnabled) * [.screenShareEnabled](#module_DyteParticipant+screenShareEnabled) * [.supportsRemoteControl](#module_DyteParticipant+supportsRemoteControl) + * [.isPinned](#module_DyteParticipant+isPinned) + * [.pin()](#module_DyteParticipant+pin) + * [.unpin()](#module_DyteParticipant+unpin) + * [.setIsPinned()](#module_DyteParticipant+setIsPinned) @@ -112,3 +116,27 @@ This is true if the participant is screensharing. This is true if the dyte participant supports remote control. **Kind**: instance property of [DyteParticipant](#module_DyteParticipant) + + +### participant.isPinned +Returns true if the participant is pinned. + +**Kind**: instance property of [DyteParticipant](#module_DyteParticipant) + + +### participant.pin() +Returns `participant.id` if user has permission +to pin participants. + +**Kind**: instance method of [DyteParticipant](#module_DyteParticipant) + + +### participant.unpin() +Returns `participant.id` if user has permission +to unpin participants. + +**Kind**: instance method of [DyteParticipant](#module_DyteParticipant) + + +### participant.setIsPinned() +**Kind**: instance method of [DyteParticipant](#module_DyteParticipant) diff --git a/docs/react-native-core/Reference/DyteParticipantMap.md b/docs/react-native-core/Reference/DyteParticipantMap.md index 6e0cb6c23c..9b9706711a 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.26.0 --- diff --git a/docs/react-native-core/Reference/DyteParticipants.md b/docs/react-native-core/Reference/DyteParticipants.md index 927fde2fc1..58642c1a1d 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.26.0 --- @@ -29,13 +29,12 @@ This module represents all the participants in the meeting. It consists of 4 map * [.rejectWaitingRoomRequest(id)](#module_DyteParticipants+rejectWaitingRoomRequest) * [.setViewMode(viewMode)](#module_DyteParticipants+setViewMode) * [.setPage(page)](#module_DyteParticipants+setPage) - * [.pin()](#module_DyteParticipants+pin) - * [.unpin()](#module_DyteParticipants+unpin) * [.disableAllAudio(allowUnMute)](#module_DyteParticipants+disableAllAudio) * [.disableAllVideo()](#module_DyteParticipants+disableAllVideo) * [.disableAudio(peerId)](#module_DyteParticipants+disableAudio) * [.disableVideo(peerId)](#module_DyteParticipants+disableVideo) * [.kickAll()](#module_DyteParticipants+kickAll) + * [.broadcastMessage()](#module_DyteParticipants+broadcastMessage) * [.kick(peerId)](#module_DyteParticipants+kick) @@ -157,20 +156,6 @@ Does not do anything in ACTIVE_GRID mode. | --- | --- | | page | The page number to be set. | - - -### meeting.participants.pin() -Returns `participant.id` if user has permission -to pin participants. - -**Kind**: instance method of [DyteParticipants](#module_DyteParticipants) - - -### meeting.participants.unpin() -Returns `participant.id` if user has permission -to unpin participants. - -**Kind**: instance method of [DyteParticipants](#module_DyteParticipants) ### meeting.participants.disableAllAudio(allowUnMute) @@ -215,6 +200,12 @@ Disables video for the given participant. ### meeting.participants.kickAll() Kicks all participants from the meeting. +**Kind**: instance method of [DyteParticipants](#module_DyteParticipants) + + +### meeting.participants.broadcastMessage() +Broadcasts the message to all participants including `self`. + **Kind**: instance method of [DyteParticipants](#module_DyteParticipants) diff --git a/docs/react-native-core/Reference/DytePermissionsPreset.md b/docs/react-native-core/Reference/DytePermissionsPreset.md index a94bc787ad..5119b69383 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.26.0 --- diff --git a/docs/react-native-core/Reference/DytePlugin.md b/docs/react-native-core/Reference/DytePlugin.md index 9513a1afa7..a62f933693 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.26.0 --- diff --git a/docs/react-native-core/Reference/DytePluginMap.md b/docs/react-native-core/Reference/DytePluginMap.md index 9e30899cb4..8160c6fe99 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.26.0 --- diff --git a/docs/react-native-core/Reference/DytePlugins.md b/docs/react-native-core/Reference/DytePlugins.md index 7c17d44585..d721df9c91 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.26.0 --- diff --git a/docs/react-native-core/Reference/DytePolls.md b/docs/react-native-core/Reference/DytePolls.md index f4d76cdc63..28b48f60e5 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.26.0 --- diff --git a/docs/react-native-core/Reference/DyteRecording.md b/docs/react-native-core/Reference/DyteRecording.md index 52c2450c12..b236074cad 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.26.0 --- diff --git a/docs/react-native-core/Reference/DyteRemote.md b/docs/react-native-core/Reference/DyteRemote.md index 1122007cba..68ff951f77 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.26.0 --- diff --git a/docs/react-native-core/Reference/DyteSelf.md b/docs/react-native-core/Reference/DyteSelf.md index 435d9e99d4..9f52731781 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.26.0 --- @@ -25,6 +25,7 @@ this module. * [.permissions](#module_DyteSelf+permissions) * [.suggestedTheme](#module_DyteSelf+suggestedTheme) * [.roomJoined](#module_DyteSelf+roomJoined) + * [.isPinned](#module_DyteSelf+isPinned) * [.addAudioMiddleware()](#module_DyteSelf+addAudioMiddleware) * [.removeAudioMiddleware()](#module_DyteSelf+removeAudioMiddleware) * [.addVideoMiddleware()](#module_DyteSelf+addVideoMiddleware) @@ -45,7 +46,7 @@ this module. * [.getSpeakerDevices()](#module_DyteSelf+getSpeakerDevices) * [.getDeviceById(deviceId, kind)](#module_DyteSelf+getDeviceById) * [.getAllDevices()](#module_DyteSelf+getAllDevices) - * [.pinned()](#module_DyteSelf+pinned) + * [.setIsPinned()](#module_DyteSelf+setIsPinned) * [.pin()](#module_DyteSelf+pin) * [.unpin()](#module_DyteSelf+unpin) * [.setDevice(device, preview)](#module_DyteSelf+setDevice) @@ -125,6 +126,12 @@ Returns suggested theme for the meeting. ### meeting.self.roomJoined Returns true if the local participant has joined the meeting. +**Kind**: instance property of [DyteSelf](#module_DyteSelf) + + +### meeting.self.isPinned +Returns true if the current user is pinned. + **Kind**: instance property of [DyteSelf](#module_DyteSelf) @@ -283,9 +290,9 @@ Returns the local participant's device, indexed by ID and kind. Returns all media devices accessible by the local participant. **Kind**: instance method of [DyteSelf](#module_DyteSelf) - + -### meeting.self.pinned() +### meeting.self.setIsPinned() **Kind**: instance method of [DyteSelf](#module_DyteSelf) diff --git a/docs/react-native-core/Reference/DyteThemePreset.md b/docs/react-native-core/Reference/DyteThemePreset.md index a1d80c176e..4dfbb2f4ff 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteChat.md b/docs/react-web-core/Reference/DyteChat.md index 3f8c348cd0..37e7061755 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteClient.md b/docs/react-web-core/Reference/DyteClient.md index 4eb06dcf2b..0638fdc650 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteMeta.md b/docs/react-web-core/Reference/DyteMeta.md index d9ded826a7..c76444330a 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.26.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..1901a99442 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.26.0 --- @@ -32,6 +32,10 @@ const participant4 = meeting.participants.active.toArray().filter((p) => p.name * [.audioEnabled](#module_DyteParticipant+audioEnabled) * [.screenShareEnabled](#module_DyteParticipant+screenShareEnabled) * [.supportsRemoteControl](#module_DyteParticipant+supportsRemoteControl) + * [.isPinned](#module_DyteParticipant+isPinned) + * [.pin()](#module_DyteParticipant+pin) + * [.unpin()](#module_DyteParticipant+unpin) + * [.setIsPinned()](#module_DyteParticipant+setIsPinned) @@ -112,3 +116,27 @@ This is true if the participant is screensharing. This is true if the dyte participant supports remote control. **Kind**: instance property of [DyteParticipant](#module_DyteParticipant) + + +### participant.isPinned +Returns true if the participant is pinned. + +**Kind**: instance property of [DyteParticipant](#module_DyteParticipant) + + +### participant.pin() +Returns `participant.id` if user has permission +to pin participants. + +**Kind**: instance method of [DyteParticipant](#module_DyteParticipant) + + +### participant.unpin() +Returns `participant.id` if user has permission +to unpin participants. + +**Kind**: instance method of [DyteParticipant](#module_DyteParticipant) + + +### participant.setIsPinned() +**Kind**: instance method of [DyteParticipant](#module_DyteParticipant) diff --git a/docs/react-web-core/Reference/DyteParticipantMap.md b/docs/react-web-core/Reference/DyteParticipantMap.md index 6e0cb6c23c..9b9706711a 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteParticipants.md b/docs/react-web-core/Reference/DyteParticipants.md index 927fde2fc1..58642c1a1d 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.26.0 --- @@ -29,13 +29,12 @@ This module represents all the participants in the meeting. It consists of 4 map * [.rejectWaitingRoomRequest(id)](#module_DyteParticipants+rejectWaitingRoomRequest) * [.setViewMode(viewMode)](#module_DyteParticipants+setViewMode) * [.setPage(page)](#module_DyteParticipants+setPage) - * [.pin()](#module_DyteParticipants+pin) - * [.unpin()](#module_DyteParticipants+unpin) * [.disableAllAudio(allowUnMute)](#module_DyteParticipants+disableAllAudio) * [.disableAllVideo()](#module_DyteParticipants+disableAllVideo) * [.disableAudio(peerId)](#module_DyteParticipants+disableAudio) * [.disableVideo(peerId)](#module_DyteParticipants+disableVideo) * [.kickAll()](#module_DyteParticipants+kickAll) + * [.broadcastMessage()](#module_DyteParticipants+broadcastMessage) * [.kick(peerId)](#module_DyteParticipants+kick) @@ -157,20 +156,6 @@ Does not do anything in ACTIVE_GRID mode. | --- | --- | | page | The page number to be set. | - - -### meeting.participants.pin() -Returns `participant.id` if user has permission -to pin participants. - -**Kind**: instance method of [DyteParticipants](#module_DyteParticipants) - - -### meeting.participants.unpin() -Returns `participant.id` if user has permission -to unpin participants. - -**Kind**: instance method of [DyteParticipants](#module_DyteParticipants) ### meeting.participants.disableAllAudio(allowUnMute) @@ -215,6 +200,12 @@ Disables video for the given participant. ### meeting.participants.kickAll() Kicks all participants from the meeting. +**Kind**: instance method of [DyteParticipants](#module_DyteParticipants) + + +### meeting.participants.broadcastMessage() +Broadcasts the message to all participants including `self`. + **Kind**: instance method of [DyteParticipants](#module_DyteParticipants) diff --git a/docs/react-web-core/Reference/DytePermissionsPreset.md b/docs/react-web-core/Reference/DytePermissionsPreset.md index a94bc787ad..5119b69383 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.26.0 --- diff --git a/docs/react-web-core/Reference/DytePlugin.md b/docs/react-web-core/Reference/DytePlugin.md index 9513a1afa7..a62f933693 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.26.0 --- diff --git a/docs/react-web-core/Reference/DytePluginMap.md b/docs/react-web-core/Reference/DytePluginMap.md index 9e30899cb4..8160c6fe99 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.26.0 --- diff --git a/docs/react-web-core/Reference/DytePlugins.md b/docs/react-web-core/Reference/DytePlugins.md index 7c17d44585..d721df9c91 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.26.0 --- diff --git a/docs/react-web-core/Reference/DytePolls.md b/docs/react-web-core/Reference/DytePolls.md index f4d76cdc63..28b48f60e5 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteRecording.md b/docs/react-web-core/Reference/DyteRecording.md index 52c2450c12..b236074cad 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteRemote.md b/docs/react-web-core/Reference/DyteRemote.md index 1122007cba..68ff951f77 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.26.0 --- diff --git a/docs/react-web-core/Reference/DyteSelf.md b/docs/react-web-core/Reference/DyteSelf.md index 435d9e99d4..9f52731781 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.26.0 --- @@ -25,6 +25,7 @@ this module. * [.permissions](#module_DyteSelf+permissions) * [.suggestedTheme](#module_DyteSelf+suggestedTheme) * [.roomJoined](#module_DyteSelf+roomJoined) + * [.isPinned](#module_DyteSelf+isPinned) * [.addAudioMiddleware()](#module_DyteSelf+addAudioMiddleware) * [.removeAudioMiddleware()](#module_DyteSelf+removeAudioMiddleware) * [.addVideoMiddleware()](#module_DyteSelf+addVideoMiddleware) @@ -45,7 +46,7 @@ this module. * [.getSpeakerDevices()](#module_DyteSelf+getSpeakerDevices) * [.getDeviceById(deviceId, kind)](#module_DyteSelf+getDeviceById) * [.getAllDevices()](#module_DyteSelf+getAllDevices) - * [.pinned()](#module_DyteSelf+pinned) + * [.setIsPinned()](#module_DyteSelf+setIsPinned) * [.pin()](#module_DyteSelf+pin) * [.unpin()](#module_DyteSelf+unpin) * [.setDevice(device, preview)](#module_DyteSelf+setDevice) @@ -125,6 +126,12 @@ Returns suggested theme for the meeting. ### meeting.self.roomJoined Returns true if the local participant has joined the meeting. +**Kind**: instance property of [DyteSelf](#module_DyteSelf) + + +### meeting.self.isPinned +Returns true if the current user is pinned. + **Kind**: instance property of [DyteSelf](#module_DyteSelf) @@ -283,9 +290,9 @@ Returns the local participant's device, indexed by ID and kind. Returns all media devices accessible by the local participant. **Kind**: instance method of [DyteSelf](#module_DyteSelf) - + -### meeting.self.pinned() +### meeting.self.setIsPinned() **Kind**: instance method of [DyteSelf](#module_DyteSelf) diff --git a/docs/react-web-core/Reference/DyteThemePreset.md b/docs/react-web-core/Reference/DyteThemePreset.md index a1d80c176e..4dfbb2f4ff 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.26.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 -