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

Use redux for local tracks instead of conference.js #9920

Merged
merged 6 commits into from
Sep 13, 2021

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    39d4b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    170710f View commit details
    Browse the repository at this point in the history
  3. do not use this.localAudio

    paweldomas committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a0a3cb2 View commit details
    Browse the repository at this point in the history
  4. untangle use audio/video stream methods

    It should be safe to call setVideoMuteStatus and
    setAudioMuteStatus regardless of the prejoin page
    visibility state.
    paweldomas committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    532fbd3 View commit details
    Browse the repository at this point in the history
  5. add NO-OP to use track methods and fix crash

    in _setLocalAudioVideoStreams on not a promise
    paweldomas committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9683c2b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. use allSettled

    paweldomas committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    2b778f8 View commit details
    Browse the repository at this point in the history