Issue 211: DtlsTransport.getLocalParameters and certificate creation

Opened by Bernard Aboba:
https://github.com/openpeer/ortc/issues/211

If a certificate is created when DtlsTransport.getLocalParameters is called or when the object is constructed, then it is possible that getLocalParameters would not be able to return immediately. This can be addressed either by making getLocalParameters() a Promise, or via the certificate management API.

Received on Thursday, 28 May 2015 20:00:41 UTC