Re: RTC in Web workers

I asked for this several months ago on the W3C public-WebRTC mail list (
https://groups.google.com/forum/m/#!msg/discuss-webrtc/1hnewM6xxf8/nzNg6tcxC6wJ),
and the final answer was that we should wait until the specification
was
more stable before going into more problems. Since now Chrome & Firefox are
interoperable with audio & video and with DataChannels (with some problems
for big data, but small messages of some kb can be exchanged) I think now
it's the moment to start talking about it.

I would like to be able to have it working specially on SharedWorkers and
ServiceWorkers ( https://github.com/slightlyoff/ServiceWorker ).

Send from my Samsung Galaxy Note II
El 23/11/2013 08:22, "Charles Pritchard" <chuck@jumis.com> escribió:

> Should RTC data channels be available in Workers and/or SharedWorker?
>
> Mainly:
> self.RTCPeerConnection
> self.RTCSessionDescription
>
> WebSocket and XHR are available, seems like RTC ought to be but isn't.
>
> -Charles
>
>
>

Received on Saturday, 23 November 2013 09:00:29 UTC