AgoraIO / Basic-Video-Call

Sample app to join/leave a channel, mute/unmute, enable/disable the video, and switch between front/rear cameras.
MIT License
692 stars 1.01k forks source link

Windows Share Does not work. #273

Open hskim-inventis opened 3 years ago

hskim-inventis commented 3 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. build below mfc sample https://github.com/AgoraIO/Basic-Video-Call/tree/master/Group-Video/OpenVideoCall-Windows-MFC
  2. Join in Open Video Call Popup
  3. Click share button. It show desktop, window share list popup.
  4. select window share button.
  5. select windows(Unity game app)

Expected behavior Share the windows regardless regardless of the type of app

Screenshots Unity app windows does not shared. image

Desktop (please complete the following information):

yoreland commented 3 years ago

Can you share the channel name you are using? We could have quick check on backend first

sbd021 commented 3 years ago

not yet support UWP window.

hskim-inventis commented 3 years ago

Can you share the channel name you are using? We could have quick check on backend first

i tested it with default temporary ChannelName. But i Think it is not related with channel name. it is reproducible before join the channel. sharing unity3D apps occured above issue. But sharing windows notepad, window explorer works correctly.

hskim-inventis commented 3 years ago

not yet support UWP window.

Unity3D app and Microsoft Edge browser is not UWP. We need to share out Unity3d APPS. Can you check the unity3D app sharing linked above.