Skip to content

Commit e37ed3d

Browse files
authored
Add LocalTrackRecorder helper (#1430)
1 parent ab8d599 commit e37ed3d

File tree

19 files changed

+431
-278
lines changed

19 files changed

+431
-278
lines changed

.changeset/brave-beds-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"livekit-client": patch
3+
---
4+
5+
Add LocalTrackRecorder helper

examples/demo/demo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ const appActions = {
269269
timestamp: info.timestamp,
270270
message: await reader.readAll(),
271271
},
272+
272273
room.getParticipantByIdentity(participant?.identity),
273274
);
274275

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"eslint-plugin-ecmascript-compat": "^3.2.1",
9191
"eslint-plugin-import": "2.31.0",
9292
"gh-pages": "6.3.0",
93-
"happy-dom": "^15.10.2",
93+
"happy-dom": "^17.2.0",
94+
"jsdom": "^26.1.0",
9495
"prettier": "^3.4.2",
9596
"rollup": "4.41.0",
9697
"rollup-plugin-delete": "^2.1.0",

0 commit comments

Comments
 (0)