Re: WebRTC Certificate Management - a plea to NOT use Web Crypto

On 7 January 2015 at 10:16, Justin Uberti <juberti@google.com> wrote:
> initial setup:
> key = RTCGenerateKey();
> serialize(key, storage);
>
> placing a call:
> key = deserialize(storage);
> pc = new RTCPeerConnection({dtlsKeys: key});


As I understand it, we probably wouldn't want to call it a key in that
case.  "credentials" might be closer to what Ryan is suggesting.

Received on Wednesday, 7 January 2015 18:19:08 UTC