teams-for-linux icon indicating copy to clipboard operation
teams-for-linux copied to clipboard

Screensharing support

Open eporsche opened this issue 6 years ago • 10 comments

Hi, this software works flawless :) - except Screensharing does not work. Are there plans to integrate this functionality? Thanks!

eporsche avatar Jul 05 '18 09:07 eporsche

Yes, the ability to screensharing is the only thing that’s missing really. Except this, great app!

mpruefer avatar Jul 15 '18 06:07 mpruefer

I'm not sure this is possible, it sounds like they only offer it on the desktop client?

jesse-osiecki-zz avatar Jul 25 '18 13:07 jesse-osiecki-zz

I guess you are right - I tried Screen Sharing with Edge under Windows. It does not work. Seems like a desktop client only feature.

eporsche avatar Jul 25 '18 14:07 eporsche

Missing screen share feature

shanalikhan avatar Sep 07 '18 10:09 shanalikhan

Screen sharing is not possible in the web client, which is what this is based on. So I'd say this would not be possible until there is a native Linux client - whenever that may be.

waynedmoore avatar Sep 10 '18 00:09 waynedmoore

I was playing around with v4l2loopback .. it works - but with very bad quality... I ran the loopback device with ffmpeg -f x11grab -r 15 -s 1280x720 -i :1 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -vf hflip -f v4l2 /dev/video1

eporsche avatar Sep 25 '18 06:09 eporsche

Appears there is now a chrome extension for screen sharing in teams?

https://chrome.google.com/webstore/detail/microsoft-teams-screen-sh/dhheiegalgcabbcobinipgmhepkkeidk?hl=en

noderat avatar Feb 17 '19 20:02 noderat

I'm also experiencing issue with the direct calls. If i call to the group everything works fine, but 1 on 1 it doesn't work at all.

KirylKovaliov avatar Feb 18 '19 21:02 KirylKovaliov

Did anybody get the extension to work with the Electron app?

brennerm avatar Feb 20 '19 10:02 brennerm

Check this fork and star it! https://github.com/IsmaelMartinez/teams-for-linux It is currently supported! Screen sharing was enabled since version 0.1.16.

julian-alarcon avatar Mar 21 '19 18:03 julian-alarcon