- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Wed, 7 Jan 2015 10:18:41 -0800
- To: Justin Uberti <juberti@google.com>
- Cc: Aymeric Vitte <vitteaymeric@gmail.com>, GALINDO Virginie <Virginie.Galindo@gemalto.com>, Harry Halpin <hhalpin@w3.org>, Ryan Sleevi <sleevi@google.com>, Eric Rescorla <ekr@rtfm.com>, "public-webcrypto@w3.org" <public-webcrypto@w3.org>, "public-webrtc@w3.org" <public-webrtc@w3.org>, Richard Barnes <rlb@ipv.sx>
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