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

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed Jun 6, 2024
1 parent c7336f9 commit 9830b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/src/features/devices/LocalPeerMediaContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ export const LocalPeerMediaProvider = ({ children }: Props) => {
addTrack: noop,
removeTrack: noop,
replaceTrack: noop,
updateTrackMetadata: noop,
muteTrack: noop,
unmuteTrack: noop,
broadcast: video.broadcast,
deviceInfo: video.deviceInfo,
devices: video.devices,
Expand Down

0 comments on commit 9830b87

Please sign in to comment.