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: Add Unified-Plan support for windows. #688

Merged
merged 4 commits into from
Sep 29, 2021

Conversation

cloudwebrtc
Copy link
Member

@cloudwebrtc cloudwebrtc commented Sep 17, 2021

The key interface needs to be verified.

Validity test.

  • getUserMedia
  • onTrack
  • addTrack
  • removeTrack
  • addTransceiver
  • Simulcast
  • Data Channel
  • RTCRtpTransceiver API
  • RTPSender API
  • RTCRtpReceiver API

After the merger of this PR, it will help us quickly implement Linux and embedded platforms.

@cloudwebrtc
Copy link
Member Author

@dkubrakov I have completed this PR with @wskfjtheqian and implemented the unified-plan function, but I still need to test. when you are free, can you help with the test? :)

@opiumfive
Copy link

sorry if it's offtopic but is "Screen Capture" feature for win real to be implemented?

@cloudwebrtc
Copy link
Member Author

@opiumfive The screen capture function of the desktop version will be implemented in the next stage. This PR is mainly the basic API and Unified-Plan

In fact, I have added basic code of desktop capture in the libwebrtc library, still need to add window enumeration (C++), thumbnail display, etc. (dart),

webrtc-sdk/libwebrtc@4234849

@opiumfive
Copy link

opiumfive commented Sep 20, 2021

thanks for your work and for your answer! and sorry once again, but are there any approximate implementation dates?

@cloudwebrtc
Copy link
Member Author

The date is not fixed, maybe a month later, if I have time

@cloudwebrtc cloudwebrtc merged commit 2f8b8f7 into master Sep 29, 2021
@cloudwebrtc cloudwebrtc deleted the add-unified-plan-for-windows branch October 18, 2021 14:22
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

2 participants