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

WebRTC Support #3226

Open
28 of 32 tasks
shannah opened this issue Aug 14, 2020 · 0 comments
Open
28 of 32 tasks

WebRTC Support #3226

shannah opened this issue Aug 14, 2020 · 0 comments

Comments

@shannah
Copy link
Collaborator

shannah commented Aug 14, 2020

Implement WebRTC. Will use this issue to track the progress of the initial implementation of this feature.

LInks

Status

This plugin is being implemented using test cases. The following test cases have been created. More test cases to be added. Using official WebRTC samples as inspiration.

  • getUserMedia Demo. (Based on Basic getUserMediaDemo. -- View Source
    • Javascript
    • Android
    • Simulator
    • iOS
  • Choose Camera Resolution Demo. (Based on this demo. -- View Source
    • Javascript
    • Android
    • Simulator
    • iOS
  • Basic Peer Connection Demo. (Based on this demo. -- View Source
    • Javascript
    • Android
    • Simulator
    • iOS.
  • Select Sources and Outputs. Based on this demo
    • Javascript
    • Android
    • Simulator
    • iOS.
  • Change Codecs. Based on this demo. Not yet supported in Chrome ... so skipping this demo for now
    • Javascript
    • Android
    • Simulator
    • iOS
  • Munge SDP Parameters Based on this demo
    • Javascript
    • Android
    • Simulator
    • iOS
  • ICE candidate gathering from STUN/TURN servers. Based on this demo
    • Javascript
    • Android
    • Simulator
    • iOS
  • Display peer connection states. Based on this demo
    • Javascript
    • Android
    • Simulator
    • iOS

NOTE: I expect most of the demos that don't yet have check-marks to work already. I just need to write the test cases. The exception to this expectation is on iOS where work will likely be required to make test cases possible.

@shannah shannah added this to the Version 7.0 milestone Aug 14, 2020
@shannah shannah self-assigned this Aug 14, 2020
shannah added a commit to shannah/WebRTC-Java-Mobile that referenced this issue Sep 3, 2020
…e. New Promise class named Promise.

Implemented enumerateDevices().
Added InputOutputDemo.  Working/tested in Simulator.
codenameone/CodenameOne#3226
shannah added a commit to shannah/WebRTC-Java-Mobile that referenced this issue Sep 9, 2020
shannah added a commit to shannah/WebRTC-Java-Mobile that referenced this issue Sep 10, 2020
@shai-almog shai-almog modified the milestones: Version 7.0, Version 8.0 Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants