[ortc] RTCCertificate interface lacks getAlgorithm method

fippo has just created a new issue for 
https://github.com/openpeer/ortc:

== RTCCertificate interface lacks getAlgorithm method ==
While comparing RTCCertificate in the [peerconnection 
api](http://w3c.github.io/webrtc-pc/#rtccertificate-interface) and 
[ORTC](http://ortc.org/wp-content/uploads/2016/03/ortc.html#idl-def-RTCCertificate)
 I noticed that the peerconnection variant has a getAlgorithm method.

Do we need it? We get the same information from the fingerprint 
attribute which allows access to the algorithm and the value. The ORTC
 way of having an attribute with the RTCDtlsFingerprint seems 
'cleaner'.

Either way, this needs to be solved for both specs.

Please view or discuss this issue at 
https://github.com/openpeer/ortc/issues/570 using your GitHub account

Received on Sunday, 26 June 2016 17:35:13 UTC