You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title:
Fix Zoom Behavior for Individual Users in Rooms
Description:
This PR addresses an issue where users' zoom levels in the room affected other users' views. Now, each user can independently zoom in/out without impacting other connected users in the same room.
What has been fixed?
Added a mechanism to track the zoom level for each individual user.
Zoom changes are now local to the user and do not broadcast to others.
Zoom level is stored in localStorage to persist across sessions.
Why This Fix is Important:
This ensures a better user experience in collaborative environments, especially when multiple people are working in the same room but want different zoom levels.
By allowing each user to have their own zoom state, it prevents confusion and ensures that one user's actions don’t interfere with the others.
screen-capture.4.webm
The text was updated successfully, but these errors were encountered:
@harsh3dev i am interesting. couple of reason 1st my learning curve will be increment and 2nd is in future probably i will something similar like this so eventually i know that what kind of bug i could face
@harsh3dev i am interesting. couple of reason 1st my learning curve will be increment and 2nd is in future probably i will something similar like this so eventually i know that what kind of bug i could face
Sure @theanuragg you can work on this if you want.
For this project we have used HTML Canvas API. So you might need to calculate the zoom of the canvas and adjust the width and height based on the zoom.
Title:
Fix Zoom Behavior for Individual Users in Rooms
Description:
This PR addresses an issue where users' zoom levels in the room affected other users' views. Now, each user can independently zoom in/out without impacting other connected users in the same room.
Why This Fix is Important:
screen-capture.4.webm
The text was updated successfully, but these errors were encountered: