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

JS API should generate standards-compliant event objects #8

Closed
modeswitch opened this issue Oct 15, 2013 · 3 comments
Closed

JS API should generate standards-compliant event objects #8

modeswitch opened this issue Oct 15, 2013 · 3 comments

Comments

@modeswitch
Copy link

Right now the JS API passes webrtc objects (data channels, status codes) without wrapping them in an event object. This is not strictly comliant with the standard and will prevent webrtc libraries written for the browser from running on node-webrtc.

@kofd
Copy link
Contributor

kofd commented Dec 22, 2013

ah, should I address that in the implementation of the streams as well, or let this be fixed when it is addressed?

@modeswitch
Copy link
Author

make the errors like the ones currently being returned and we'll fix them all later

@modeswitch
Copy link
Author

Fixed.

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