Is it possible to set a particular DTLS cipher suite on the webrtcbin for debugging

I want to set a particular cipher suite on the webrtcbin for debugging a cipher algorithms and implementation , is it possible to force Gstreamer client to select a particular cipher for WebRTC connection ?

Not currently no. You might be able to use GstBin’s deep-element-added to be notified when the dtls elements are added to the pipeline and tweak things from there.