$related https://github.com/openpeer/ortc/issues/66 Add `getRemoteCertificates();` ``` interface RTCDtlsTransport { sequence<ArrayBuffer> getRemoteCertificates(); //... more stuff as needed }; ```
$related #66
Add
getRemoteCertificates();