Skip to content

webrtc: Fix possible ssl errors when media is received before an answer

If media is received before an answer is set. That data would be pushed into the dtlssrtp element which could have the incorrect dtls-client setting and throw a SSL error. We need to block before the dtlsrtp elements until the client-ness of the session is known for sure.

Merge request reports