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

feat(URLProtocol): support browser launch flat join room #772

Merged
merged 7 commits into from
Jun 29, 2021

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    063df73 View commit details
    Browse the repository at this point in the history
  2. fix(url-protocol): launch flat lost params in url protocol when syste…

    …m is macOS and first open (#767)
    BlackHole1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    160b801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    071f43b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1256c0 View commit details
    Browse the repository at this point in the history
  5. refactor(hook): improve useURLAppLauncher hook (#770)

    don't request join room api when already in the same room
    BlackHole1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c3bd9ed View commit details
    Browse the repository at this point in the history
  6. fix(hook): join room logic error in useURLAppLauncher hook

    after joining the room by repeatedly calling up Flat through the browser, if exit the room, will automatically join the room again.
    because we have a problem in the logic of clearing the roomUUID
    BlackHole1 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    636ec4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    300b9c6 View commit details
    Browse the repository at this point in the history