One really good early idea was to send out a survey via the existing local user groups Let's use this page to draft the intro/questions
This survey aims to try and provide informal answers to some questons that have come up in the W3C WebRTC working group sessions your answers will be collated and presented in aggregate to a future working group session which will hopefully make for standards that better meet your needs
- I work with the WebRTC APIs every day
- I regularly use the WebRTC APIs
- I occasionally need to use WebRTC APIs
- I only use WebRTC via an SDK or library - never directly to the w3c APIs
- I manage a team who use the WebRTC APIs
- I have never used the WebRTC APIs
- Async functions make life easy
- Async functions can make APIs cleaner but do add complexity
- Async functions are to be avoided if possible
- Callbacks forever
Your WebRTC (in-browser) javascript :
- rewrites SDP often
- occasionally rewrites SDP because suitable APIs don't exist
- never rewrites SDP
Your WebRTC application or SDK:
- doesn't use datachannels
- uses data channels on the main thread
- uses data channels but it would be better if they could run in their own workers.
In your experience, developers new to WebRTC find it:
- easy to pickup
- complex but ok
- very difficult
- a reason to change jobs
For info about us, please go to https://webrtc.nu feel free to contribute there too.