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(whiteboard/native): ui fixes #14585

Merged
merged 5 commits into from
Apr 2, 2024

Conversation

Calinteodor
Copy link
Contributor

  1. Fixed screen go back handler.
  2. Moved screen to ConferenceNavigationContainer.
  3. Fixed screen options.
  4. Fixed navigation routes.

@@ -45,7 +45,6 @@ MiddlewareRegistry.register((store: IStore) => next => action => {
store.dispatch(setupWhiteboard({
collabDetails: metadata[WHITEBOARD_ID].collabDetails
}));
store.dispatch(setWhiteboardOpen(true));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Simulator.Screen.Recording.-.iPhone.14.-.2024-04-01.at.14.01.40.mp4

Why this approach? Why not leave it to the user to open/close the whiteboard whenever they want.

Copy link
Member

Choose a reason for hiding this comment

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

Just leaving the reason here for posterity: other participants wouldn't otherwise get notified that a moderator has enabled the whiteboard. Maybe a notification with an action to take you to the whiteboard would fix the existing issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No need. This change was discussed and reverted. All good.

@Calinteodor Calinteodor requested review from mihhu and quitrk April 1, 2024 11:12
@Calinteodor Calinteodor merged commit 3b546ea into jitsi:master Apr 2, 2024
7 of 8 checks passed
liumengyuan1997 pushed a commit to liumengyuan1997/jitsi-meet that referenced this pull request Jun 19, 2024
* feat(mobile/navigation): moved Whiteboard to Conference navigation and fixed screen options
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

3 participants