Skip to content

Commit

Permalink
chore(werb): add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 18, 2024
1 parent 5b97bf8 commit 73d9b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/hooks/useUserMedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export const useUserMedia = (video: HTMLVideoElement) => {

useEffect(() => {
const init = async () => {
// TODO: initialize with true
// after that identify if have access and if its true, change for default values
updateUserMedia({
audio: "",
video: "",
Expand Down

0 comments on commit 73d9b49

Please sign in to comment.