Re: VS: Teleco Integrators vs Web Developers vs Browser Implementers

> Imagine you design a website in which user-A must be able to send an
> integer, a float and a string to user-B. Of course the "signaling"
> would use HTTP or WebSocket. How would you do that? I can imagine 1000
> ways. Why should I use a fixed blob string?
>
Totally agree. What would be the best option, that PeerConnection show a JS
object with the fundamental connection data so it could be serialized on
diferent ways (SDP too)? Could it worth to develop a SDP parser in
javascript to start defining this object format, or is it better to just
show PeerConnection internal structures?

Received on Wednesday, 3 July 2013 07:09:37 UTC