Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
179b8c6
fix(audio-settings): aligned toggle similarly to mirror my video, com…
ravindra-cloudflare Oct 27, 2025
ffab2d0
fix(participant-tile): on setup screen preview, action buttons were r…
ravindra-cloudflare Oct 28, 2025
f6d5c33
style(participant-tile): added lint fixes, refactored code
ravindra-cloudflare Oct 28, 2025
13023ee
fix(chat-composer-overflow): in case of huge pre formatted text, comp…
ravindra-cloudflare Oct 30, 2025
e94c4e8
revert(components-d-ts): reverting unrelated file change
ravindra-cloudflare Oct 30, 2025
2c35c81
fix(toggles): fixed alignment issues with unread counts in toggles
ravindra-cloudflare Oct 31, 2025
9f71e6f
revert(colors): reverted the colors of sample page
ravindra-cloudflare Oct 31, 2025
f537625
Merge pull request #63 from cloudflare/fix/participant-tile-preview-s…
ravindra-cloudflare Oct 31, 2025
427d843
chore(release): 1.0.7-staging.1 [skip ci]
semantic-release-bot Oct 31, 2025
fca61d1
Merge pull request #66 from cloudflare/fix/toggles-unread-counts-alig…
ravindra-cloudflare Oct 31, 2025
432afdd
chore(release): 1.0.7-staging.2 [skip ci]
semantic-release-bot Oct 31, 2025
c5fb912
Merge pull request #61 from cloudflare/fix/notification-audio-toggle-…
ravindra-cloudflare Oct 31, 2025
d6cabea
chore(release): 1.0.7-staging.3 [skip ci]
semantic-release-bot Oct 31, 2025
20d7294
Merge pull request #65 from cloudflare/fix/chat-composer-view-overflow
ravindra-cloudflare Oct 31, 2025
56d74e3
chore(release): 1.0.7-staging.4 [skip ci]
semantic-release-bot Oct 31, 2025
07caca1
fix(dyte-branding-urls): removed dyte branding, replace urls with rea…
ravindra-cloudflare Nov 10, 2025
f9e3654
fix(emoji-asset): fixed url for emoji asset
ravindra-cloudflare Nov 10, 2025
f77b54f
ci(codeowners): added swapnil to codeowners
ravindra-cloudflare Nov 10, 2025
12a74d7
Merge pull request #69 from cloudflare/fix/dyte-branding-and-urls
ravindra-cloudflare Nov 11, 2025
0659df2
chore(release): 1.0.7-staging.5 [skip ci]
semantic-release-bot Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @dyte-io/web
* @roerohan @palashgo @ravindra-cloudflare @ishita1805 @swapnilmadavi @renandincer @cloudflare/realtimekit
5 changes: 0 additions & 5 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const baseConfig = {
},
],
],
repositoryUrl: 'https://github.com/dyte-io/realtimekit-ui',
repositoryUrl: 'https://github.com/cloudflare/realtimekit-ui',
};

const config = {
Expand Down
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## [1.0.7-staging.5](https://github.com/cloudflare/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.0.7-staging.4...@cloudflare/realtimekit-ui-v1.0.7-staging.5) (2025-11-11)


### Bug Fixes

* **dyte-branding-urls:** removed dyte branding, replace urls with realtime ([07caca1](https://github.com/cloudflare/realtimekit-ui/commit/07caca1d24e1f015cb9b498e48ec76d04a24c352))
* **emoji-asset:** fixed url for emoji asset ([f9e3654](https://github.com/cloudflare/realtimekit-ui/commit/f9e36541a13146c90e20eb75321e3c3c1ff8aec8))

## [1.0.7-staging.4](https://github.com/dyte-io/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.0.7-staging.3...@cloudflare/realtimekit-ui-v1.0.7-staging.4) (2025-10-31)


### Bug Fixes

* **chat-composer-overflow:** in case of huge pre formatted text, composer view overflows ([13023ee](https://github.com/dyte-io/realtimekit-ui/commit/13023eef804509e106dd0387ca866567fbb1e66c))


### Reverts

* **components-d-ts:** reverting unrelated file change ([e94c4e8](https://github.com/dyte-io/realtimekit-ui/commit/e94c4e86a1750c528cd8872a7c31644de124b556))

## [1.0.7-staging.3](https://github.com/dyte-io/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.0.7-staging.2...@cloudflare/realtimekit-ui-v1.0.7-staging.3) (2025-10-31)


### Bug Fixes

* **audio-settings:** aligned toggle similarly to mirror my video, compatible with old sdk versions ([179b8c6](https://github.com/dyte-io/realtimekit-ui/commit/179b8c63192d73eba1e78ad8cdd718679808c3dc))

## [1.0.7-staging.2](https://github.com/dyte-io/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.0.7-staging.1...@cloudflare/realtimekit-ui-v1.0.7-staging.2) (2025-10-31)


### Bug Fixes

* **toggles:** fixed alignment issues with unread counts in toggles ([2c35c81](https://github.com/dyte-io/realtimekit-ui/commit/2c35c81aa86216763ee6b65beb3d3628ec62b7c3))


### Reverts

* **colors:** reverted the colors of sample page ([9f71e6f](https://github.com/dyte-io/realtimekit-ui/commit/9f71e6fab55504a53f37f0d37b93ac127f9ad96f))

## [1.0.7-staging.1](https://github.com/dyte-io/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.0.6...@cloudflare/realtimekit-ui-v1.0.7-staging.1) (2025-10-31)


### Bug Fixes

* **participant-tile:** on setup screen preview, action buttons were rendered ([ffab2d0](https://github.com/dyte-io/realtimekit-ui/commit/ffab2d005ce0871d493f5b9776c753966bc373d5))

## [1.0.6](https://github.com/dyte-io/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.0.5...@cloudflare/realtimekit-ui-v1.0.6) (2025-10-30)


Expand Down
77 changes: 75 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
# Code of Conduct
# Contributor Covenant Code of Conduct

All Dyte repos are governed by our Community Participation Guidelines, available [here](https://dyte.notion.site/dyte/Dyte-Community-Participation-Guidelines-CPG-4b3af58fdf3545c2a3065773a9154728).
## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Dyte
Copyright 2025 Cloudflare

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
53 changes: 0 additions & 53 deletions fastdev

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/angular-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dyte-io/realtimekit-ui.git"
"url": "git+https://github.com/cloudflare/realtimekit-ui.git"
},
"files": [
"*",
"!prepublish.js"
],
"bugs": {
"email": "[email protected]"
"url": "https://community.cloudflare.com"
},
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-library/projects/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepublishOnly": "node prepublish.js"
},
"bugs": {
"url": "https://realtime.cloudflare.com/issues"
"url": "https://community.cloudflare.com"
},
"homepage": "https://realtime.cloudflare.com"
}
5 changes: 0 additions & 5 deletions packages/core/.npmrc

This file was deleted.

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/realtimekit-ui",
"version": "1.0.6",
"version": "1.0.7-staging.5",
"description": "Pre-built, ready-to-use UI components and utilities for integrating with Cloudflare RealtimeKit",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -93,10 +93,10 @@
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/dyte-io/realtimekit-ui.git"
"url": "git+https://github.com/cloudflare/realtimekit-ui.git"
},
"bugs": {
"url": "https://realtime.cloudflare.com/issues"
"url": "https://community.cloudflare.com"
},
"homepage": "https://realtime.cloudflare.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class RtkBreakoutRoomsManager {
onParticipantsAdd={() => this.assignParticipantsToRoom(room['id'])}
onRoomJoin={() => this.joinRoom(room['id'])}
states={this.states}
room={{ ...room }} // NOTE(ravindra-dyte): this prevents cache
room={{ ...room }} // NOTE(ravindra-cloudflare): this prevents cache
iconPack={this.iconPack}
t={this.t}
allowDelete={false}
Expand Down Expand Up @@ -567,7 +567,7 @@ export class RtkBreakoutRoomsManager {
onRoomJoin={() => this.joinRoom(room['id'])}
onUpdate={this.onRoomUpdate}
states={this.states}
room={{ ...room }} // NOTE(ravindra-dyte): this prevents cache
room={{ ...room }} // NOTE(ravindra-cloudflare): this prevents cache
iconPack={this.iconPack}
t={this.t}
allowDelete={this.stateManager.allConnectedMeetings.length > MIN_ROOMS}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

:host([variant='horizontal']) {
.unread-count {
@apply right-4 top-1/2 translate-y-[-50%];
@apply right-4 top-1/2;
transform: translateY(-50%);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export class RtkLivestreamPlayer {
);
if (this.playbackUrl && this.livestreamState === 'LIVESTREAMING') {
/*
NOTE(ravindra-dyte): Maybe manifest is not ready,
NOTE(ravindra-cloudflare): Maybe manifest is not ready,
maybe levels are not available yet.
Keep on retrying every 5 seconds till either livestream is stopped or error is resolved.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import '../../styles/reset.css';
@import '../../styles/scrollbar.css';

:host {
@apply max-w-96;
}
.message-wrapper {
@apply flex flex-row-reverse gap-2;
&.incoming {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,17 @@ export class RtkParticipantTile {
)}

<slot>
<Render
element="rtk-participant-tile"
defaults={defaults}
childProps={{
participant: this.participant,
}}
deepProps
onlyChildren
/>
{!this.isPreview && (
<Render
element="rtk-participant-tile"
defaults={defaults}
childProps={{
participant: this.participant,
}}
deepProps
onlyChildren
/>
)}
</slot>
</Host>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

:host([variant='horizontal']) {
.waiting-participants-count {
@apply right-4 top-1/2 translate-y-[-50%];
@apply right-4 top-1/2;
transform: translateY(-50%);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class RtkPermissionsMessage {
const browser = browserName.toLowerCase() ?? 'others';
const os = osName ?? 'others';

/* NOTE(ravindra-dyte):
/* NOTE(ravindra-cloudflare):
If in case a unknown browser or os doesn't have a translation,
use the translation for `others`, instead of showing ugly error string,
such as `perm_denied.video.yandex browser.message`.
Expand All @@ -164,7 +164,9 @@ export class RtkPermissionsMessage {
function replaceAll(target, search, replacement) {
return target.split(search).join(replacement);
}
const svgReq = await fetch(`https://assets.dyte.io/ui-kit/permissions/${stepURL}`);
const svgReq = await fetch(
`https://rtk-assets.realtime.cloudflare.com/ui-kit/permissions/${stepURL}`
);
let svg = await svgReq.text();
svg = replaceAll(svg, 'yoursite.com', location.host);
svg = replaceAll(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

:host([variant='horizontal']) {
.unread-count {
@apply right-4 top-1/2 translate-y-[-50%];
@apply right-4 top-1/2;
transform: translateY(-50%);
}
}
Loading
Loading