Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 9830b87

Browse files
committed
Fix types
1 parent c7336f9 commit 9830b87

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

assets/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/src/features/devices/LocalPeerMediaContext.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ export const LocalPeerMediaProvider = ({ children }: Props) => {
311311
addTrack: noop,
312312
removeTrack: noop,
313313
replaceTrack: noop,
314+
updateTrackMetadata: noop,
315+
muteTrack: noop,
316+
unmuteTrack: noop,
314317
broadcast: video.broadcast,
315318
deviceInfo: video.deviceInfo,
316319
devices: video.devices,

0 commit comments

Comments
 (0)