<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Changelog | RealtimeKit Web Core</title><description>Updates to RealtimeKit Web Core</description><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes</link><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.3.0</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-130</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-130</guid><description>&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Simulcast support is now available to all RealtimeKit clients. Configure it per participant in Preset via the &lt;a href=&quot;https://dash.cloudflare.com/?to=/:account/realtime/kit&quot;&gt;RealtimeKit dashboard&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/api/resources/realtime_kit/subresources/presets/methods/create&quot;&gt;Preset API&lt;/a&gt; using the &lt;code&gt;config.media.video.simulcast&lt;/code&gt; field, or while &lt;a href=&quot;https://developers.cloudflare.com/realtime/realtimekit/core/&quot;&gt;initializing the SDK&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added 4K UHD video support in media production (configurable in Preset and API). Falls back to the maximum supported resolution if the camera does not support 4K.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.2.5</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-125</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-125</guid><description>&lt;p&gt;&lt;strong&gt;Compatibility:&lt;/strong&gt; Works best with RealtimeKit Web UI Kit 1.1.1 or later.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Enhancements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Implemented retry limits for ICE connection failures to prevent indefinite connection attempts and improve reliability.&lt;/li&gt;
&lt;li&gt;Improved error handling for room join operations to provide more descriptive and actionable error messages.&lt;/li&gt;
&lt;li&gt;Room join errors are now thrown consistently when network connectivity is blocked by firewalls or when TURN servers are unreachable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed an issue in Connected Meetings where peer IDs were not regenerated when switching between rooms. Peer IDs are now correctly assigned per room session.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.2.4</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-124</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-124</guid><description>&lt;p&gt;&lt;strong&gt;Compatibility:&lt;/strong&gt; Works best with RealtimeKit Web UI Kit 1.1.0 or later.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New APIs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Added chat pagination support with the following methods:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.fetchPinnedMessages&lt;/code&gt; - Fetch pinned messages from server.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.fetchPublicMessages&lt;/code&gt; - Fetch public messages from server.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.fetchPrivateMessages&lt;/code&gt; - Fetch private messages from server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Enhancements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added JSDoc comments to all public-facing methods and classes for improved developer suggestions.&lt;/li&gt;
&lt;li&gt;Chat message operations (edit, delete, pin) are now available to all RealtimeKit clients without additional configuration.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pinMessage&lt;/code&gt; and &lt;code&gt;unpinMessage&lt;/code&gt; events on &lt;code&gt;meeting.chat&lt;/code&gt; now emit reliably.&lt;/li&gt;
&lt;li&gt;Message pinning (&lt;code&gt;meeting.chat.pin&lt;/code&gt; and &lt;code&gt;meeting.chat.unpin&lt;/code&gt;) is now available to all participants.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Removed APIs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Removed non-operational chat channel APIs to streamline the RealtimeKit SDK. Meeting chat (&lt;code&gt;meeting.chat&lt;/code&gt;) remains fully operational.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Removed &lt;code&gt;meeting.self.permissions.chatChannel&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;meeting.self.permissions.chatMessage&lt;/code&gt;. Use &lt;code&gt;meeting.self.permissions.chatPublic&lt;/code&gt; and &lt;code&gt;meeting.self.permissions.chatPrivate&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;meeting.chat.channels&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;meeting.chat.sendMessageToChannel&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;meeting.chat.markLastReadMessage&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Removed events: &lt;code&gt;channelMessageUpdate&lt;/code&gt;, &lt;code&gt;channelCreate&lt;/code&gt;, and &lt;code&gt;channelUpdate&lt;/code&gt; from &lt;code&gt;meeting.chat&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;API changes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The following methods no longer accept a third optional &lt;code&gt;channelId&lt;/code&gt; parameter:&lt;ul&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.editTextMessage(messageId, message)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.editImageMessage(messageId, imageFile)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.editFileMessage(messageId, file)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.editMessage(messageId, messagePayload)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.deleteMessage(messageId)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Deprecations&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The following methods are deprecated due to scalability limitations (limited to 1,000 recent messages):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.messages&lt;/code&gt; - Only fetches recent messages and new messages after joining.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.getMessagesByUser&lt;/code&gt; - Use new fetch methods for scalable message retrieval.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.getMessagesByType&lt;/code&gt; - Use new fetch methods for scalable message retrieval.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.getMessages&lt;/code&gt; - Use &lt;code&gt;meeting.chat.fetchPublicMessages&lt;/code&gt; or &lt;code&gt;meeting.chat.fetchPrivateMessages&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.pinned&lt;/code&gt; - Use &lt;code&gt;meeting.chat.fetchPinnedMessages&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;meeting.chat.searchMessages&lt;/code&gt; - Use &lt;code&gt;meeting.chat.fetchPublicMessages&lt;/code&gt; or &lt;code&gt;meeting.chat.fetchPrivateMessages&lt;/code&gt; instead.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Known limitations&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pinned messages are not supported for private chats.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.2.3</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-123</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-123</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Fixed an issue where users who joined a meeting with audio and video disabled and then initiated tab screen sharing would experience SDP corruption upon stopping the screen share, preventing subsequent actions such as enabling audio or video.&lt;/p&gt;
&lt;p&gt;Error thrown:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;InvalidAccessError: Failed to execute &amp;#39;setRemoteDescription&amp;#39; on &amp;#39;RTCPeerConnection&amp;#39;: Failed to set remote answer sdp: Failed to set remote audio description send parameters for m-section with mid=&amp;#39;&amp;lt;N&amp;gt;&amp;#39;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed an issue where awaiting &lt;code&gt;RealtimeKitClient.initMedia&lt;/code&gt; did not return media tracks&lt;/p&gt;
&lt;p&gt;Example usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-ts&quot;&gt;const media = await RealtimeKitClient.initMedia({
  video : true,
  audio: true,
});

const { videoTrack, audioTrack } = media;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed an issue where an undefined variable caused &lt;code&gt;TypeError: Cannot read properties of undefined (reading &amp;#39;getValue&amp;#39;)&lt;/code&gt; in media retrieval due to a race condition.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.2.2</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-122</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-122</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed an issue where camera switching between front and rear cameras was not working on Android devices&lt;/li&gt;
&lt;li&gt;Fixed device selection logic to prioritize media devices more effectively&lt;/li&gt;
&lt;li&gt;Added PIP support for &lt;a href=&quot;https://developers.cloudflare.com/realtime/realtimekit/ui-kit/addons/#reactions-1&quot;&gt;Reactions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.2.1</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-121</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-121</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Resolved an issue preventing default media device selection.&lt;/li&gt;
&lt;li&gt;Fixed SDK bundle to include &lt;code&gt;browser.js&lt;/code&gt; instead of incorrectly shipping &lt;code&gt;index.iife.js&lt;/code&gt; in 1.2.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Enhancements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;External media devices are now prioritized over internal devices when no preferred device is set.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.2.0</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-120</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-120</guid><description>&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Added support for configuring simulcast via &lt;code&gt;initMeeting&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-ts&quot;&gt;initMeeting({
  overrides: {
    simulcastConfig: {
      disable: false,
      encodings: [{ scaleResolutionDownBy: 2 }],
    },
  },
});
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Resolved an issue where remote participants&amp;#39; video feeds were not visible during grid pagination in certain edge cases.&lt;/li&gt;
&lt;li&gt;Fixed a bug preventing participants from switching microphones if the first listed microphone was non-functional.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Breaking changes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Legacy media engine support has been removed. If your organization was created before March 1, 2025 and you are upgrading to this SDK version or later, you may experience recording issues. Contact support to migrate to the new Cloudflare SFU media engine to ensure continued recording functionality.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 30 Oct 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.7</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-117</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-117</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Prevented speaker change events from being emitted when the active speaker does not change.&lt;/li&gt;
&lt;li&gt;Addressed a behavioral change in microphone switching on recent versions of Google Chrome.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;deviceInfo&lt;/code&gt; logs to improve debugging capabilities for React Native.&lt;/li&gt;
&lt;li&gt;Fixed an issue that queued multiple media consumers for the same peer, optimizing resource usage.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.6</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-116</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-116</guid><description>&lt;p&gt;&lt;strong&gt;Enhancements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Internal changes to make debugging of media consumption issues easier and faster.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 14 Aug 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.5</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-115</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-115</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved React Native support for &lt;code&gt;AudioActivityReporter&lt;/code&gt; with proper audio sampling.&lt;/li&gt;
&lt;li&gt;Resolved issue preventing users from creating polls.&lt;/li&gt;
&lt;li&gt;Fixed issue where leaving a meeting took more than 20 seconds.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.4</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-114</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-114</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Livestream feature is now available to all beta users.&lt;/li&gt;
&lt;li&gt;Fixed Livestream stage functionality where hosts were not consuming peer videos upon participants&amp;#39; stage join.&lt;/li&gt;
&lt;li&gt;Resolved issues with viewer joins and leaves in Livestream stage.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 17 Jul 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.3</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-113</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-113</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed issue where users could not enable video mid-meeting if they joined without video initially.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 08 Jul 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.2</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-112</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-112</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed edge case in large meetings where existing participants could not hear or see newly joined users.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.1.0–1.1.1</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-110111</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-110111</guid><description>&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added methods to toggle self tile visibility.&lt;/li&gt;
&lt;li&gt;Introduced broadcast functionality across connected meetings (breakout rooms).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;New API&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Broadcast messages across meetings:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-ts&quot;&gt;meeting.participants.broadcastMessage(&amp;quot;&amp;lt;message_type&amp;gt;&amp;quot;, { message: &amp;quot;Hi&amp;quot; }, {
  meetingIds: [&amp;quot;&amp;lt;connected_meeting_id&amp;gt;&amp;quot;],
});
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Enhancements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reduced time to display videos of newly joined participants when joining in bulk.&lt;/li&gt;
&lt;li&gt;Added support for multiple meetings on the same page in RealtimeKit Core SDK.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.0.2</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-102</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-102</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enhanced error handling for media operations.&lt;/li&gt;
&lt;li&gt;Fixed issue where active participants with audio or video were not appearing in the active participant list.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.0.1</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-101</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-101</guid><description>&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Resolved initial setup issues with Cloudflare RealtimeKit integration.&lt;/li&gt;
&lt;li&gt;Fixed meeting join and media connectivity issues.&lt;/li&gt;
&lt;li&gt;Enhanced media track handling.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 29 May 2025 00:00:00 GMT</pubDate></item><item><title>RealtimeKit Web Core - RealtimeKit Web Core 1.0.0</title><link>https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-100</link><guid isPermaLink="true">https://developers.cloudflare.com/realtime/realtimekit/release-notes/#realtimekit-web-core-100</guid><description>&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Initial release of Cloudflare RealtimeKit with support for group calls, webinars, livestreaming, polls, and chat.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 29 May 2025 00:00:00 GMT</pubDate></item></channel></rss>