- From: Ben Strong <bstrong@gmail.com>
- Date: Thu, 22 Dec 2011 14:09:30 -0600
- To: Justin Uberti <juberti@google.com>, public-webrtc@w3.org
- Message-ID: <CAK_eQ=m=Rf7tU9zBMmsB6z+QHpts+9fWoKgwX_GzAPQnammg+g@mail.gmail.com>
I'm a big fan of this proposal, mainly because having the ability to stream candidates as they arrive will substantially reduce call setup time. One small change that could shave off some additional time is a separate gather() method that allows candidate gathering to begin before the connection process is started. The main use case is to start speculative gathering for incoming calls before the user has accepted the call (i.e., the application would call gather() as soon as the initial offer is received, but would wait until the user accepts before calling connect()). Ben On Sat, Dec 17, 2011 at 12:11 AM, Justin Uberti <juberti@google.com> wrote: > For your holiday reading pleasure, here is the initial version of the JSEP > proposal for moving the signaling state machine out of the browser and into > Javascript. > > > https://docs.google.com/a/google.com/document/d/1L_3SyFM4aeiOoWUOpVVw6anvp63gF6boiVWa9dQ_2AY/edit?hl=en_US > > > Right now this is in a Google doc, but I will be submitting it as an > Internet-Draft soon as well. > > Please have a look and send comments, either in the doc, to the list, or > directly to me. > > Happy Holidays, > --justin >
Received on Thursday, 22 December 2011 20:10:06 UTC