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
It seems that it was possible to disable DTLS fingerprint verification at some point (at least v0.2.0), but now the fingerprint_verification config option doesn't go anywhere after Rtc::new_from_config is called. The old implementation wrapped output.push_back(DtlsEvent::RemoteFingerprint(fingerprint)); (here) in an if statement:
It seems that it was possible to disable DTLS fingerprint verification at some point (at least v0.2.0), but now the
fingerprint_verification
config option doesn't go anywhere afterRtc::new_from_config
is called. The old implementation wrappedoutput.push_back(DtlsEvent::RemoteFingerprint(fingerprint));
(here) in an if statement:Could this be added back?
The text was updated successfully, but these errors were encountered: