summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-09-28 10:33:00 +0000
committerJoshua Colp <jcolp@digium.com>2017-09-28 10:33:00 +0000
commitce08a5b3f642a95fc7608e5690e44e103930dba0 (patch)
treea7bb2dc3a60dbe0d14f905ddf1b2ab2dac71f83d /rest-api
parent4e4520854a3ac9862e1165c520154f729b157361 (diff)
res_stasis: Add 'video_sfu' as a requested bridge type.
This change adds 'video_sfu' as a requested bridge type when creating a bridge. By specifying this a mixing type bridge is created that exchanges video in an SFU fashion. Change-Id: I2ada47cf5f3fc176518b647c0b4aa39d55339606
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/bridges.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index 03a1e7a69..877fdf84d 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -26,7 +26,7 @@
"parameters": [
{
"name": "type",
- "description": "Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media).",
+ "description": "Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu).",
"paramType": "query",
"required": false,
"allowMultiple": false,
@@ -65,7 +65,7 @@
"parameters": [
{
"name": "type",
- "description": "Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media) to set.",
+ "description": "Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_sfu) to set.",
"paramType": "query",
"required": false,
"allowMultiple": false,