summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohan Sternerup <johast@axis.com>2021-05-03 10:45:42 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-08-25 13:20:22 +0000
commit7f9bb150555606230f00b2caa0894243859f19d8 (patch)
treeeec31554c802562b38dbb57d3a527d8e6ed5c191 /docs
parent67a49be61fadaf264daf08619d66e92d86d9a333 (diff)
downloadgstreamer-plugins-bad-7f9bb150555606230f00b2caa0894243859f19d8.tar.gz
webrtcbin: Expose SCTP Transport
Being able to access the SCTP Transport object from the application means the application can access the associated DTLS Transport object and its ICE Transport object. This means we can observe the ICE state also for a data-channel-only session. The collated ice-connection-state on webrtcbin only includes the ICE Transport objects that resides on the RTP transceivers (which is exactly how it is specified in https://w3c.github.io/webrtc-pc/#rtciceconnectionstate-enum). For the consent freshness functionality (RFC 7675) to work the ICE state must be accessible and consequently the SCTP transport must be accessible for enabling consent freshness checking for a data-channel-only session. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2214>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index dd166e491..86dd1c5bf 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -227981,6 +227981,17 @@
"type": "GstWebRTCSessionDescription",
"writable": false
},
+ "sctp-transport": {
+ "blurb": "The WebRTC SCTP Transport",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "mutable": "null",
+ "readable": true,
+ "type": "GstObject",
+ "writable": false
+ },
"signaling-state": {
"blurb": "The signaling state of this element",
"conditionally-available": false,