Relative Content

Tag Archive for webrtcstundtlsice

When does DTLS negotiation start in WebRTC?

I am implementing the WebRTC stack from scratch as a hobby project. I cannot understand when the DTLS negotiation is supposed to start? BEFORE or AFTER the candidate nomination is completed with a triggered check?

When does DTLS negotiation starts in WebRTC

I am implementing WebRTC stack from scratch as a hobby project.I cannot understand when does the DTLS negotiation is supposed to start ? BEFORE or AFTER the candidate nomination is completed with triggered check ?