From 20941cd2d6319b24eb45e4a42958d8620314df04 Mon Sep 17 00:00:00 2001 From: Curt Grimes Date: Sat, 4 Nov 2023 21:21:19 -0500 Subject: [PATCH] Add word replacement and channel samples to firebase collection example --- firestore-collection-example.json | 71 ++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 2 deletions(-) diff --git a/firestore-collection-example.json b/firestore-collection-example.json index f1e6a02..1a28405 100644 --- a/firestore-collection-example.json +++ b/firestore-collection-example.json @@ -13,7 +13,16 @@ }, "settings": { "user": { - "wordReplacements": [], + "wordReplacements": [ + { + "from": "foo", + "to": "bar" + }, + { + "from": "baz", + "to": "bat" + } + ], "controls": { "layout": { "larger": false @@ -62,7 +71,65 @@ "textTransform": "uppercase" } }, - "channels": [], + "channels": [ + { + "type": "obs", + "id": "a9fb76ce-135e-40a0-21b4-4b2e5b692feb", + "parameters": { + "password": "12345", + "port": "8080", + "host": "localhost" + }, + "on": true + }, + { + "id": "f0ece498-e411-40d0-b397-50020ac08ea6", + "error": null, + "type": "zoom", + "parameters": { + "zoomApiToken": "https://wmcc.zoom.us/closedcaption?id=foobar", + "frequentUpdates": false + } + }, + { + "type": "webhook", + "id": "ead4dadb-65d7-43c8-ace3-fbd75fe062a7", + "parameters": { + "method": "post", + "url": "" + }, + "on": false + }, + { + "type": "youtube", + "error": null, + "id": "aade064a-1c5f-46ea-9f29-e9435d5dc77e", + "parameters": { + "url": "http://upload.youtube.com/closedcaption?cid=foobar" + }, + "on": true + }, + { + "type": "vmix", + "error": null, + "id": "2e4bf69b-9373-4dc8-b36a-2007f77bc90a", + "parameters": { + "silentlyUseLocalhostInsteadOfGivenHost": true, + "captionElementGuid": "faae064a-1c5f-46ea-9f29-e9435d5dc77e", + "vmixAddress": "http://192.168.1.1:8088/API" + }, + "on": true + }, + { + "type": "fab", + "id": "0f3d5337c-3daa-4674-aaab-2aaf1a6ea2be", + "error": "Cannot connect to FAB Subtitler. Make sure the port number is correct and try again. Error: Error: Network Error", + "parameters": { + "port": "443" + }, + "on": false + } + ], "censor": { "replaceWith": "nothing", "on": false