You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically an rtc::Certificate wrapper to expose rtc::impl::Certificate would need to be added in include/rtc/certificate.hpp, with a fingerprint() method to get the fingerprint. A shared_ptr<rtc::Certificate> would be returned a by a method like WebSocket::getRemoteCertificate().
It could be useful to expose information about the remote TLS certificate for WebSockets.
The text was updated successfully, but these errors were encountered: