From ce08a5b3f642a95fc7608e5690e44e103930dba0 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 28 Sep 2017 10:33:00 +0000 Subject: 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 --- rest-api/api-docs/bridges.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rest-api') 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, -- cgit v1.2.3