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

Add no video image as canvas element #37

Open
wants to merge 24 commits into
base: feature/add-grid-layout
Choose a base branch
from

Commits on Apr 5, 2021

  1. draw no video image onto canvas

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

Commits on Apr 6, 2021

  1. add photo uploader

    David Solis committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e8e145b View commit details
    Browse the repository at this point in the history
  2. update photo uploader filepath

    David Solis committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    475ee08 View commit details
    Browse the repository at this point in the history
  3. add remove photo button

    store only file url and remove raw image reference
    David Solis committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3c01e3c View commit details
    Browse the repository at this point in the history
  4. capture media stream from canvas

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

Commits on Apr 7, 2021

  1. stream captured canvas to video element

    David Solis committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    cba5e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6eb2a View commit details
    Browse the repository at this point in the history
  3. ignore mediaStream initial null value

    David Solis committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    19dabb9 View commit details
    Browse the repository at this point in the history
  4. end defaulting to user facing camera

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

Commits on Apr 8, 2021

  1. verify canvas element is present

    David Solis committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f5a04bb View commit details
    Browse the repository at this point in the history
  2. rename canvasWidth to imageWidth

    more accurately describes local variable
    David Solis committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e27274c View commit details
    Browse the repository at this point in the history
  3. center align image in canvas

    David Solis committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    889347b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. remove track instead of disabling

    David Solis committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    7090fd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. store audioTrack

    unmute video element on initial launch
    David Solis committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    366757e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. remove photo uploader from homepage

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    cd780c0 View commit details
    Browse the repository at this point in the history
  2. return peer stateValues in the order they are declared

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e89ce8e View commit details
    Browse the repository at this point in the history
  3. handle null mediaStreams

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6ec08d5 View commit details
    Browse the repository at this point in the history
  4. handle null peer parameter

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    82047e7 View commit details
    Browse the repository at this point in the history
  5. declare socket dependency for useEffect hook

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4534d12 View commit details
    Browse the repository at this point in the history
  6. fix multiple peer creation

    workaround to fix race condition is to print id when setting new value
    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e88f75f View commit details
    Browse the repository at this point in the history
  7. remove unused buttons

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    06364ab View commit details
    Browse the repository at this point in the history
  8. fix mute button action

    remove audioTrack from stream and reAdd it on unMute button click
    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0e6d32c View commit details
    Browse the repository at this point in the history
  9. remove roomName from call to action

    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    c2b116e View commit details
    Browse the repository at this point in the history
  10. fix roomHeader

    increment one to account for user in call
    David Solis committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    78ed00e View commit details
    Browse the repository at this point in the history