how to disable Dtls Srtp on browser?
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/b6ea1a31-b080-4cbb-bad4-577c245673abo%40googlegroups.com.
let peerconstraints = {
optional: [{DtlsSrtpKeyAgreement: true},
{googDscp: true}] // QoS related
};
this._dpc = new RTCPeerConnection(serverConfig, peerconstraints);
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/f1059672-eb9e-407b-989e-302697b08222o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CAOqqYVEMc_kK-tZ7YfEhHOXa37BO%2Ba91iY8PxM%2Bf_u4g-WrWEw%40mail.gmail.com.
On Aug 10, 2020, at 11:40, Harsha. R <harsha.ra...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CANUSVwfifpYRWOSuqbtF9-SP0eVOymXsj1j%3DWChQbtKQmCWoag%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CANUSVwfifpYRWOSuqbtF9-SP0eVOymXsj1j%3DWChQbtKQmCWoag%40mail.gmail.com.