Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture stream and display on Canvas #39

Open
wants to merge 9 commits into
base: feature/no-video-call
Choose a base branch
from

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    df3a130 View commit details
    Browse the repository at this point in the history
  2. move the stream state up to [roomId] and make it optional

     - remove the <Video> from <PhotoUploader>. We only need it on <Presenter>
    - visually hide the canvas in <PhotoUploader>
    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    43ce6c6 View commit details
    Browse the repository at this point in the history
  3. add cleanup function to photoUploader useEffect

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    02921b0 View commit details
    Browse the repository at this point in the history
  4. bump next.js (10.07 ~> 10.1.3)

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    974ccd1 View commit details
    Browse the repository at this point in the history
  5. bump husky(5.1.3 -> 6.0.0)

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3589aa4 View commit details
    Browse the repository at this point in the history
  6. name cleanup function for useEffect

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9573000 View commit details
    Browse the repository at this point in the history
  7. use webpack 5

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6af965d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. downgrade node to 14v

    David Solis committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5dde42c View commit details
    Browse the repository at this point in the history
  2. remove redundant await

    David Solis committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    03e3501 View commit details
    Browse the repository at this point in the history