webrtc
webrtc copied to clipboard
Obtains connection state on accept for DTLS connections
trafficstars
This allows you to access the inner connection state of the DTLS connection. Having the connection identity is helpful in server code.
Codecov Report
Attention: Patch coverage is 11.11111% with 24 lines in your changes are missing coverage. Please review.
Project coverage is 61.65%. Comparing base (
a97d49e) to head (ee9b09d).
Additional details and impacted files
@@ Coverage Diff @@
## master #465 +/- ##
==========================================
- Coverage 61.71% 61.65% -0.06%
==========================================
Files 529 529
Lines 48828 48852 +24
Branches 12250 12260 +10
==========================================
- Hits 30134 30121 -13
- Misses 9532 9572 +40
+ Partials 9162 9159 -3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Missed this. Thanks @rainliu! I was having a bunch of trouble understanding/getting the downcast to work. Let me try it and then update this PR if it works out.