<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hi. It is possible to access the internal statistics of rtpbin using its get-internal-session property:<br></div><div><br></div><div>g_signal_emit_by_name(rtpbin, "get-internal-session", 0, &session)<br></div><div><br></div><div>Then I can use the RTPSession object to access and set properties like rtcp-min-interval or callback another function when a signal like on-receiving-rtcp is emitted.<br></div><div><br></div><div>How can I do the same using webrtcbin? Are the properties/signals of the RTPSession object somehow accessible from webrtcbin (1.18)?<br></div><div><br></div><div id="sig67116920"><div class="signature">Thanks,<br></div><div class="signature">Serhan</div></div><div><br></div></body></html>