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

Feature Request: Drawing with screen sharing #396

Open
mmospanenko opened this issue Apr 7, 2023 · 7 comments
Open

Feature Request: Drawing with screen sharing #396

mmospanenko opened this issue Apr 7, 2023 · 7 comments
Labels
enhancement New feature or request

Comments

@mmospanenko
Copy link

This is an incredible cool feature that Slack has. Participants can draw temporary marks or show cursor on host (sharing) screen. It helps on code review, mentoring sessions (drawing arrows or marks much easier than trying to describe in words), etc.

Pic from Slack blog:
image

@streamer45 streamer45 added the enhancement New feature or request label Apr 9, 2023
@streamer45
Copy link
Collaborator

Thanks @mmospanenko, will add this to our to our TODOs & Ideas board to be considered for future developments.

@iceman-MG
Copy link

its very useful thing

@vlamai
Copy link

vlamai commented Jul 30, 2024

As far as I understand, the electron allows you to create transparent windows with a canvas inside. I should give it a try.

@streamer45
Copy link
Collaborator

As far as I understand, the electron allows you to create transparent windows with a canvas inside. I should give it a try.

Possibly, although I am not exactly sure how this would work from a presenter's view, especially in the browser implementation. Haven't played with Slack implementation so maybe there's an easy enough solution. Let us know what you discover :)

@vlamai
Copy link

vlamai commented Aug 12, 2024

After researching the issue, I have come to a few conclusions:

Viewing Drawings and Screen Sharing in Browser: It appears that it is not currently possible to view what others draw or share their screens directly in the browser without implementing some limitations or additional features.

Transparent Window for Drawing: To enable viewing what others draw, it seems necessary to add a transparent window near the existing implementation in the https://github.com/mattermost/desktop/blob/master/src/main/windows/callsWidgetWindow.ts.

Handling Drawing Events: For the drawing functionality, it would be essential to send all WebSocket events related to drawing to the host. Additionally, there would need to be a mechanism to transform the mouse positions of guests to match the host's resolution.

Additionally, I have realized that my current proficiency in React is not sufficient to implement these features effectively. Learning and applying React to this task would require more time than I initially anticipated.

@vlamai vlamai removed their assignment Aug 12, 2024
@jmammri
Copy link

jmammri commented Aug 29, 2024

I understand that it's a complicated one, but it would be a game changer.
We always have a hard time to explain by words, where the presenter should look/click, when we are not on slack.

Maybe something like teamViewer does would be sufficient: it doesn't allow to draw, but to highlight a point on the presenters screen for a second. But that's probably almost as much work as the drawing feature...

@aolvictim
Copy link

I think this may not be possible with a web-based app (Mattermost app really is just a wrapper). Slack's drawing feature is done through screen recording (they ask for Screen Recording permission on Mac) then overlay the drawing on top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants