Skip to content

Commit

Permalink
fix: added web-core 2.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
palashgo committed Oct 2, 2024
1 parent cf32620 commit 6079e5b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/release-notes/react-web-core.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"version": "2.1.0",
"createdAt": "1727859603",
"fixes": [
"Handle screenshare pause in Safari"
],
"features": [
"Picture-in-Picture now shows avatar, hand raises and mirrors self video"
],
"new_api": [
"**meeting.store** - General purpose key-value store API to store and subscribe data during a meeting",
"**Video Playback** - Render participant video using `(participant).registerVideoElement(HTMLVideoElement)`"
]
},
{
"version": "2.0.7",
"createdAt": "1726160416",
Expand Down
14 changes: 14 additions & 0 deletions static/release-notes/web-core.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"version": "2.1.0",
"createdAt": "1727859603",
"fixes": [
"Handle screenshare pause in Safari"
],
"features": [
"Picture-in-Picture now shows avatar, hand raises and mirrors self video"
],
"new_api": [
"**meeting.store** - General purpose key-value store API to store and subscribe data during a meeting",
"**Video Playback** - Render participant video using `(participant).registerVideoElement(HTMLVideoElement)`"
]
},
{
"version": "2.0.7",
"createdAt": "1726160416",
Expand Down

0 comments on commit 6079e5b

Please sign in to comment.