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

Sharing Content with Windows SDK #18

Open
praveen8373 opened this issue Sep 25, 2023 · 2 comments
Open

Sharing Content with Windows SDK #18

praveen8373 opened this issue Sep 25, 2023 · 2 comments
Labels
question Further information is requested Triaged

Comments

@praveen8373
Copy link

in API Overview, Section which documents how to send video or content is lacking sufficient information. It mentions

   chime::VideoFrame* frame = /* generated video frame */;
   local_preview->OnVideoFrameReceived(frame);

But this does not sufficiently explain:

  1. How Meeting Session's Audio Video Member will use the Video Source passed to AddLocalVideo. How will the generated frames passed on to Chime Service. The Example of MyVideoSource seems to be missing important information.
  2. What is the Format/Encoding etc. of Frame expected?
  3. Since it is mentioned that Windows SDK already has a a pre-compiled WebRTC library, Can it be used to capture the screen as webrtc provides a built in feature to capture desktop with DesktopCapturer
@abhimanyusinghal
Copy link

@hokyungh Can you help us with above query.

We are trying to use Chime C++ SDK for Windows. We are capturing media frames using Desktop Duplication API. Now we want to send this media using Chime SDK to our meeting as screen share. The current documentation is not explaining sufficiently how these can be transmitted by using classes and objects defined in Chime SDK C++ for Windows.

@pradipBchoudhari
Copy link

We also want to use the Chime C++ SDK for Windows. Are there any updates on the above queries? If anyone has implemented this, please share some pointers.

@georgezy-amzn georgezy-amzn added question Further information is requested Triaged labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Triaged
Projects
None yet
Development

No branches or pull requests

4 participants