From 597c1b4ec6b5f3e57a38d5cf7f0d4dc270799e7b Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 17 Jul 2020 15:14:48 +1000 Subject: webrtc: remove private properties/signals from the now public ice object We don't want to expose all of the webrtcbin internals to the world. Part-of: --- docs/plugins/gst_plugins_cache.json | 64 +------------------------------------ 1 file changed, 1 insertion(+), 63 deletions(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 8af14843b..2e6f110c7 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -223944,7 +223944,7 @@ "kind": "object", "properties": { "agent": { - "blurb": "ICE agent in use by this object", + "blurb": "ICE agent in use by this object. WARNING! Accessing this property may have disastrous consequences for the operation of webrtcbin. Other ICE implementations may not have the same interface.", "conditionally-available": false, "construct": false, "construct-only": false, @@ -223954,30 +223954,6 @@ "type": "NiceAgent", "writable": false }, - "controller": { - "blurb": "Whether the ICE agent is the controller or controlled. In WebRTC, the initial offerrer is the ICE controller.", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "true", - "mutable": "null", - "readable": true, - "type": "gboolean", - "writable": true - }, - "force-relay": { - "blurb": "Force all traffic to go through a relay.", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "false", - "mutable": "null", - "readable": true, - "type": "gboolean", - "writable": true - }, "ice-tcp": { "blurb": "Whether the agent should use ICE-TCP when gathering candidates", "conditionally-available": false, @@ -224001,30 +223977,6 @@ "readable": true, "type": "gboolean", "writable": true - }, - "stun-server": { - "blurb": "The STUN server of the form stun://hostname:port", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "NULL", - "mutable": "null", - "readable": true, - "type": "gchararray", - "writable": true - }, - "turn-server": { - "blurb": "The TURN server of the form turn(s)://username:password@host:port", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "NULL", - "mutable": "null", - "readable": true, - "type": "gchararray", - "writable": true } }, "signals": { @@ -224038,20 +223990,6 @@ ], "return-type": "gboolean", "when": "last" - }, - "on-ice-candidate": { - "args": [ - { - "name": "arg0", - "type": "guint" - }, - { - "name": "arg1", - "type": "gchararray" - } - ], - "return-type": "void", - "when": "last" } } } -- cgit v1.2.3