Skip to content

Commit 1bf345c

Browse files
committed
fix: change release notes to past-tense
1 parent 5ced6cd commit 1bf345c

File tree

5 files changed

+136
-136
lines changed

5 files changed

+136
-136
lines changed

src/content/release-notes/realtimekit-android-core.yaml

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ entries:
88
description: |-
99
**Fixes**
1010
11-
- Improve grid transitions by activating consumers in batches for better performance
12-
- Move consumer toggle requests off main thread to prevent UI blocking
13-
- Improve video rendering stability with better lifecycle management
14-
- Prevent race conditions by canceling reconnection attempts during initialization
11+
- Improved grid transitions by activating consumers in batches for better performance
12+
- Moved consumer toggle requests off main thread to prevent UI blocking
13+
- Improved video rendering stability with better lifecycle management
14+
- Prevented race conditions by canceling reconnection attempts during initialization
1515
- publish_date: "2025-12-16"
1616
title: RealtimeKit Android Core 1.5.7
1717
description: |-
1818
**Fixes**
1919
20-
- Fix rare crash when toggling audio mute
21-
- Ensure off-stage webinar hosts do not show up on the grid
20+
- Fixed rare crash when toggling audio mute
21+
- Off-stage webinar hosts no longer show up on the grid
2222
- publish_date: "2025-12-12"
2323
title: RealtimeKit Android Core 1.5.6
2424
description: |-
2525
**Fixes**
2626
27-
- Fix deadlocks in webinar join and screenshare enable flows
28-
- Fix an issue with camera not working when moving to settings screen and back
29-
- Fix a rare crash in voice activity detection
27+
- Fixed deadlocks in webinar join and screenshare enable flows
28+
- Fixed an issue with camera not working when moving to settings screen and back
29+
- Fixed a rare crash in voice activity detection
3030
- publish_date: "2025-12-04"
3131
title: RealtimeKit Android Core 1.5.5
3232
description: |-
@@ -44,13 +44,13 @@ entries:
4444
description: |-
4545
**Fixes**
4646
47-
- Fix a regression that caused self video to not render if meeting was joined with camera disabled
47+
- Fixed a regression that caused self video to not render if meeting was joined with camera disabled
4848
- publish_date: "2025-10-23"
4949
title: RealtimeKit Android Core 1.5.2
5050
description: |-
5151
**Fixes**
5252
53-
- Fix unreliable grid behavior with improved refresh logic
53+
- Fixed unreliable grid behavior with improved refresh logic
5454
- publish_date: "2025-10-06"
5555
title: RealtimeKit Android Core 1.5.1
5656
description: |-
@@ -62,83 +62,83 @@ entries:
6262
description: |-
6363
**Features**
6464
65-
- Add `RtkSelfEventListener#onAudioDeviceChanged` method that is invoked when the current audio route is updated
65+
- Added `RtkSelfEventListener#onAudioDeviceChanged` method that is invoked when the current audio route is updated
6666
- publish_date: "2025-09-18"
6767
title: RealtimeKit Android Core 1.4.1
6868
description: |-
6969
**Fixes**
7070
71-
- Prefer speakerphone over earpiece as the default audio output
71+
- Speakerphone is now preferred over earpiece as the default audio output
7272
- publish_date: "2025-09-18"
7373
title: RealtimeKit Android Core 1.4.0
7474
description: |-
7575
**Breaking changes**
7676
77-
- Update `RtkSelfEventListener#onAudioDevicesUpdated` method to provide the list of available devices
77+
- Updated `RtkSelfEventListener#onAudioDevicesUpdated` method to provide the list of available devices
7878
7979
**Fixes**
8080
81-
- Fix not being able to route audio to Bluetooth devices
81+
- Fixed not being able to route audio to Bluetooth devices
8282
- publish_date: "2025-09-12"
8383
title: RealtimeKit Android Core 1.3.4
8484
description: |-
8585
**Fixes**
8686
87-
- Fix a rare crash during meeting joins in poor network scenarios
87+
- Fixed a rare crash during meeting joins in poor network scenarios
8888
- publish_date: "2025-09-12"
8989
title: RealtimeKit Android Core 1.3.3
9090
description: |-
9191
**Fixes**
9292
93-
- Pinned peers did not get removed from the stage when kicked
94-
- Media consumers are now created in parallel, which significantly improves the speed of when users will start seeing other people's audio/video after joining a meeting.
93+
- Fixed pinned peers not being removed from the stage when kicked
94+
- Media consumers are now created in parallel, which significantly improved the speed of when users start seeing other people's audio/video after joining a meeting
9595
- Native libraries are now 16KB aligned to comply with [Google Play requirements](https://android-developers.googleblog.com/2025/05/prepare-play-apps-for-devices-with-16kb-page-size.html)
96-
- "Ghost"/Invalid peers that would sometimes show up in long-running meetings are now fully gone
97-
- Fixed an issue In webinar meetings where the SDK would fail to produce media after being removed from the stage once
96+
- Fixed "Ghost"/Invalid peers that would sometimes show up in long-running meetings
97+
- Fixed an issue in webinar meetings where the SDK would fail to produce media after being removed from the stage once
9898
- publish_date: "2025-08-13"
9999
title: RealtimeKit Android Core 1.3.2
100100
description: |-
101101
**Enhancements**
102102
103-
- Fix microphone not working when joining the stage in a webinar
103+
- Fixed microphone not working when joining the stage in a webinar
104104
- publish_date: "2025-08-13"
105105
title: RealtimeKit Android Core 1.3.1
106106
description: |-
107107
**Enhancements**
108108
109-
- Fix a potential crash in poor network scenarios
109+
- Fixed a potential crash in poor network scenarios
110110
- publish_date: "2025-08-12"
111111
title: RealtimeKit Android Core 1.3.0
112112
description: |-
113113
**Features**
114114
115-
- Add `RtkSelfParticipant#canJoinStage` and `RtkSelfParticipant#canRequestToJoinStage` APIs
115+
- Added `RtkSelfParticipant#canJoinStage` and `RtkSelfParticipant#canRequestToJoinStage` APIs
116116
117117
**Fixes**
118118
119-
- Viewer unable to join stage in a Livestream
120-
- User unable to see existing pinned participant after joining meeting
119+
- Fixed viewer unable to join stage in a Livestream
120+
- Fixed user unable to see existing pinned participant after joining meeting
121121
- publish_date: "2025-08-05"
122122
title: RealtimeKit Android Core 1.2.0
123123
description: |-
124124
**Breaking changes**
125125
126-
- Rename `RtkLivestreamData.roomName` to `RtkLivestreamData.meetingId` to match existing API convention
127-
- Remove obsolete `WaitingRoomPermissions` abstraction — all the relevant functionality here is available through `HostPermissions`
126+
- Renamed `RtkLivestreamData.roomName` to `RtkLivestreamData.meetingId` to match existing API convention
127+
- Removed obsolete `WaitingRoomPermissions` abstraction — all the relevant functionality here is available through `HostPermissions`
128128
- VideoDevice gained a `cameraType: CameraType` parameter
129129
- `VideoDeviceType#displayName` is now deprecated, and it's recommended to call `VideoDevice#toString` instead to get user-facing names for individual `VideoDevice` instances
130-
- Existing APIs related to middlewares were removed and replaced with equivalent counterparts from WebRTC: `RtkSelfParticipant#addVideoMiddleware`, `RtkSelfParticipant#getVideoMiddlewares` and `RtkSelfParticipant#removeVideoMiddleware` are replaced with `RealtimeKitMeetingBuilder#setVideoProcessor`
131-
- `RtkVideoFrame` is removed in favor of WebRTC's own `VideoFrame` class, available as `realtimekit.org.webrtc.VideoFrame`
130+
- Existing APIs related to middlewares were removed and replaced with equivalent counterparts from WebRTC: `RtkSelfParticipant#addVideoMiddleware`, `RtkSelfParticipant#getVideoMiddlewares` and `RtkSelfParticipant#removeVideoMiddleware` were replaced with `RealtimeKitMeetingBuilder#setVideoProcessor`
131+
- `RtkVideoFrame` was removed in favor of WebRTC's own `VideoFrame` class, available as `realtimekit.org.webrtc.VideoFrame`
132132
133133
**Features**
134134
135-
- Reimplement middlewares using WebRTC-native primitives to resolve intermittent crashes and other issues, check out the new [Video Processing](https://docs.realtime.cloudflare.com/android-core/video-processing/introduction) docs section to learn more
135+
- Reimplemented middlewares using WebRTC-native primitives to resolve intermittent crashes and other issues, check out the new [Video Processing](https://docs.realtime.cloudflare.com/android-core/video-processing/introduction) docs section to learn more
136136
- `VideoDevice` now properly labels multiple cameras based on their camera characteristics such as wide-angle and telephoto
137137
138138
**Fixes**
139139
140-
- Fix screen share failing to stop
141-
- Silence log spam from our callstats library
140+
- Fixed screen share failing to stop
141+
- Silenced log spam from our callstats library
142142
- publish_date: "2025-07-02"
143143
title: RealtimeKit Android Core 1.1.0
144144
description: |-
@@ -156,36 +156,36 @@ entries:
156156
157157
**Fixes**
158158
159-
- Silence logspam from audio activity reporter
160-
- Improve speed of joining calls
161-
- Automatically trim invalid spaces and newlines from auth tokens
159+
- Silenced logspam from audio activity reporter
160+
- Improved speed of joining calls
161+
- Auth tokens now automatically trim invalid spaces and newlines
162162
- publish_date: "2025-05-26"
163163
title: RealtimeKit Android Core 1.0.0
164164
description: |-
165165
**Breaking changes**
166166
167-
- Remove deprecated `channelId` field from `TextMessage`
168-
- Move listener types to their respective feature package
169-
- Move public listeners to their respective feature packages
170-
- rename plugin add-remove listener methods for RtkPluginsEventListener
171-
- Move chat extensions to the `chat` package
172-
- Move `RtkParticipant` to the root package
173-
- Move `RtkMeetingParticipant` to the root package
174-
- Move `RtkPluginFile` to the plugins package
175-
- Move middlewares to their own package
176-
- Move `VideoScaleType` to top level `media` package
177-
- Drop `Rtk` prefix from audio and video device types
178-
- Move device types to the top level `media` package
179-
- Drop `Rtk` prefix from polls types
180-
- Replace all LiveStream references with Livestream
181-
- Move `RtkMeetingParticipant` to root package
182-
- Strip `Rtk` prefix from `RtkRecordingState`
183-
- Strip `Rtk` prefix from chat message types
184-
- Remove deprecated RtkLivestream#roomName field
185-
- Move `RtkMediaPermission` to media package and rename to `MediaPermission`
186-
- Redistribute `feat` package members
187-
- Move `StageStatus` class to stage package
188-
- Rename all event listeners to be of the singular `*EventListener` form
167+
- Removed deprecated `channelId` field from `TextMessage`
168+
- Moved listener types to their respective feature package
169+
- Moved public listeners to their respective feature packages
170+
- Renamed plugin add-remove listener methods for RtkPluginsEventListener
171+
- Moved chat extensions to the `chat` package
172+
- Moved `RtkParticipant` to the root package
173+
- Moved `RtkMeetingParticipant` to the root package
174+
- Moved `RtkPluginFile` to the plugins package
175+
- Moved middlewares to their own package
176+
- Moved `VideoScaleType` to top level `media` package
177+
- Dropped `Rtk` prefix from audio and video device types
178+
- Moved device types to the top level `media` package
179+
- Dropped `Rtk` prefix from polls types
180+
- Replaced all LiveStream references with Livestream
181+
- Moved `RtkMeetingParticipant` to root package
182+
- Stripped `Rtk` prefix from `RtkRecordingState`
183+
- Stripped `Rtk` prefix from chat message types
184+
- Removed deprecated RtkLivestream#roomName field
185+
- Moved `RtkMediaPermission` to media package and renamed to `MediaPermission`
186+
- Redistributed `feat` package members
187+
- Moved `StageStatus` class to stage package
188+
- Renamed all event listeners to be of the singular `*EventListener` form
189189
- publish_date: "2025-05-16"
190190
title: RealtimeKit Android Core 0.2.1
191191
description: |-
@@ -197,7 +197,7 @@ entries:
197197
description: |-
198198
**Fixes**
199199
200-
- Add audio activity detection for active speaker signaling
200+
- Added audio activity detection for active speaker signaling
201201
- publish_date: "2025-05-14"
202202
title: RealtimeKit Android Core 0.1.0
203203
description: |-

src/content/release-notes/realtimekit-android-ui-kit.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ entries:
2424
2525
**Fixes**
2626
27-
- Fix crash when screenshare is disabled for a participant
28-
- Fix screenshare disappearing when video is disabled for a screensharing participant
27+
- Fixed crash when screenshare is disabled for a participant
28+
- Fixed screenshare disappearing when video is disabled for a screensharing participant
2929
- publish_date: "2025-12-04"
3030
title: RealtimeKit Android UI Kit 0.3.0
3131
description: |-
@@ -51,7 +51,7 @@ entries:
5151
5252
**Fixes**
5353
54-
- Fix a regression that caused self video to not render if meeting was joined with camera disabled
54+
- Fixed a regression that caused self video to not render if meeting was joined with camera disabled
5555
- publish_date: "2025-10-23"
5656
title: RealtimeKit Android UI Kit 0.2.10
5757
description: |-
@@ -61,13 +61,13 @@ entries:
6161
6262
**Fixes**
6363
64-
- Fix an issue where pinning yourself in the participant view didn't update correctly
64+
- Fixed an issue where pinning yourself in the participant view didn't update correctly
6565
- publish_date: "2025-10-08"
6666
title: RealtimeKit Android UI Kit 0.2.9
6767
description: |-
6868
**Fixes**
6969
70-
- Fix an issue where the last video frame remained stuck on participant tile
70+
- Fixed an issue where the last video frame remained stuck on participant tile
7171
- publish_date: "2025-10-06"
7272
title: RealtimeKit Android UI Kit 0.2.8
7373
description: |-
@@ -90,17 +90,17 @@ entries:
9090
**Fixes**
9191
9292
- Audio device selector now dynamically updates the options list when devices are removed or added
93-
- Fix crash when a host turns off video for an active screenshare user
93+
- Fixed crash when a host turns off video for an active screenshare user
9494
- publish_date: "2025-09-12"
9595
title: RealtimeKit Android UI Kit 0.2.5
9696
description: |-
9797
**Fixes**
9898
99-
- Pinned peers did not get removed from the stage when kicked
100-
- Media consumers are now created in parallel, which significantly improves the speed of when users will start seeing other people's audio/video after joining a meeting.
101-
- "Ghost"/Invalid peers that would sometimes show up in long-running meetings are now fully gone
102-
- Fixed an issue In webinar meetings where the SDK would fail to produce media after being removed from the stage once
103-
- Fix a rare crash during meeting joins in poor network scenarios
99+
- Fixed pinned peers not being removed from the stage when kicked
100+
- Media consumers are now created in parallel, which significantly improved the speed of when users start seeing other people's audio/video after joining a meeting
101+
- Fixed "Ghost"/Invalid peers that would sometimes show up in long-running meetings
102+
- Fixed an issue in webinar meetings where the SDK would fail to produce media after being removed from the stage once
103+
- Fixed a rare crash during meeting joins in poor network scenarios
104104
- publish_date: "2025-08-13"
105105
title: RealtimeKit Android UI Kit 0.2.4
106106
description: |-

0 commit comments

Comments
 (0)