Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: livekit/livekit-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @livekit/react-components@1.0.1
Choose a base ref
...
head repository: livekit/livekit-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @livekit/react-components@1.0.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 8 contributors

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    7a2a96f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Enable controlling local stream mirroring by introducing isMirrored

    …-prop (#82)
    
    * Simplify code, reduce duplication, express intent clearer
    
    * the `isLocal &&` logic was effectively duplicated in `isFrontFacing`,
      but does not semantically answer this yes/no question
    * `isFrontFacing` was not the most appropriate name so far, as it is
      also `true` when `facingMode` or `mediaStreamTrack` are undefined,
      hence this is a better name
    
    * Add `isMirrored`-prop to enable overriding the default behaviour
    
    Closes #29
    
    * Create wild-otters-complain.md
    
    Co-authored-by: David Zhao <david@davidzhao.com>
    Philzen and davidzhao authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    d94b678 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. USE simulcast option (#85)

    * use simulcast option
    
    * changeset
    
    Co-authored-by: lukasIO <lukas.seiler@neesh.de>
    cscherban and lukasIO authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    7ba2b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2c381 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Version Packages (#80)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0bbb880 View commit details
    Browse the repository at this point in the history
Loading