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

Fix - Webcam not showed on iOS devices and Open URL not work #66

Merged
merged 5 commits into from
Mar 6, 2023

Conversation

jga-dev
Copy link
Contributor

@jga-dev jga-dev commented Mar 3, 2023

Hi, this PR fixes 2 things:

  • On iOS devices cam was hidden
  • On iOS devices link to buy coffee not work

Before:
before

After:
after

I've detected another issue that is fixed with another PR that I've uploaded this week refactoring to be mobile friendly and adding the action buttons on touch devices.

#65

@DaxChen @kevinshen56714 If anyone has time, take a look at it. If you need any clarification, let me know 👍

By the way.. I'm thinking about do a refactor of the WebRTC implementing some solution like mediasoup (https://mediasoup.org).. please say me if you find interesting or there is something whit higher priority

@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for skyoffice ready!

Name Link
🔨 Latest commit 1d60e3e
🔍 Latest deploy log https://app.netlify.com/sites/skyoffice/deploys/6405a4b36c3ed4000778cdff
😎 Deploy Preview https://deploy-preview-66--skyoffice.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Owner

@kevinshen56714 kevinshen56714 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much again! These are great fixes, I have just some minor comments. @DaxChen let us know how you think if you have time :)

I'd be excited if you can implement a SFU solution like you mentioned 👍 ! Our current video streaming actually doesn't work on some networks/devices, and the P2P architecture also doesn't scale well. So I'm looking forward to your changes!!

client/src/utils/index.ts Outdated Show resolved Hide resolved
client/src/web/WebRTC.ts Show resolved Hide resolved
client/src/utils/helpers.ts Outdated Show resolved Hide resolved
@kevinshen56714 kevinshen56714 merged commit 9ea4cf7 into kevinshen56714:master Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants