RE: Issue 146: RTCDtlsTransport: Effect of calling start() after start()?

Agree.

-----Original Message-----
From: Peter Thatcher [mailto:pthatcher@google.com] 
Sent: Thursday, August 21, 2014 10:33 AM
To: Bernard Aboba
Cc: public-ortc@w3.org
Subject: Re: Issue 146: RTCDtlsTransport: Effect of calling start() after start()?

Calling IceTransport.start does a restart.  We could do the same for DtlsTransport.  However, I don't see a use case, and it would be more work for the implementation.  So, can we do #2 until we think of a use case?

On Thu, Aug 21, 2014 at 10:21 AM, Bernard Aboba <Bernard.Aboba@microsoft.com> wrote:
> >From Shijun Sun:
> What is the behavior if calling RTCDtlsTransport.start(param_2) after a valid start(param_1) call?
>
> I see two options:
> 1. start new session
> 2. throw exception

Received on Thursday, 21 August 2014 17:36:11 UTC