- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Sun, 03 Jan 2016 00:52:50 +0000
- To: public-ortc@w3.org
ibc has just created a new issue for https://github.com/openpeer/ortc:
== RTCDtlsTransport.start() with multiple RTCDtlsFingerprint ==
```js
start (RTCDtlsParameters remoteParameters);
````
```js
dictionary RTCDtlsParameters {
RTCDtlsRole role = "auto";
sequence<RTCDtlsFingerprint> fingerprints;
};
```
Which is the purpose of passing multiple remote `RTCDtlsFingerprint`
to the `start()` method? what should the UA do with them when it comes
to verify the remote certificate? Should the UA check all the
fingerprints?
Please view or discuss this issue at
https://github.com/openpeer/ortc/issues/317 using your GitHub account
Received on Sunday, 3 January 2016 00:52:53 UTC