@naviedu/room-platform-react 0.0.60 → 0.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +0 -7
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -30159,13 +30159,6 @@ var RoomPlatformWorkspaceContent = function(param) {
|
|
|
30159
30159
|
var sidebarContent = /*#__PURE__*/ jsxs("aside", {
|
|
30160
30160
|
className: "flex h-full max-h-full min-h-0 flex-col gap-0 overflow-hidden bg-white text-slate-950",
|
|
30161
30161
|
children: [
|
|
30162
|
-
/*#__PURE__*/ jsx(RoomPlatformCurrentOperationStrip, {
|
|
30163
|
-
activeSpeakerParticipantIdentity: activeSpeakerParticipantIdentity,
|
|
30164
|
-
canClearActiveSpeaker: canModerate,
|
|
30165
|
-
isClearingActiveSpeaker: isClearingActiveSpeaker,
|
|
30166
|
-
onClearActiveSpeaker: canModerate ? clearActiveSpeaker : undefined,
|
|
30167
|
-
participants: participants
|
|
30168
|
-
}),
|
|
30169
30162
|
canModerate ? /*#__PURE__*/ jsx(RoomPlatformSpeakQueue, {
|
|
30170
30163
|
activeSpeakerParticipantIdentity: activeSpeakerParticipantIdentity,
|
|
30171
30164
|
activeSpeakerSlot: activeSpeakerSlot,
|