Skip to content

Commit e88fa31

Browse files
committed
Update roomGuid values in server configuration files to match new Unity client config
1 parent edfef65 commit e88fa31

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Node/apps/base/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BaseApp",
3-
"roomGuid": "6765c52b-3ad6-4fb0-9030-2c9a05dc4731",
3+
"roomGuid": "3cdcb02a-745f-41a9-ab79-da3b48d9434d",
44
"roomserver": {
55
"joinExisting": true,
66
"uri": "localhost",

Node/apps/conversational_agent/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Virtual Assistant",
3-
"roomGuid": "6765c52b-3ad6-4fb0-9030-2c9a05dc4731",
3+
"roomGuid": "452dbb15-1985-45b1-9b26-507026655332",
44
"roomserver": {
55
"joinExisting": false,
66
"uri": "localhost",

Node/apps/stream_describer/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "StreamDescriber",
3-
"roomGuid": "6765c52b-3ad6-4fb0-9030-2c9a05dc4731",
3+
"roomGuid": "c69a7f14-5cb0-4356-89e2-8c1e0e15be2f",
44
"roomserver": {
55
"joinExisting": false,
66
"uri": "localhost",

Node/apps/texture_generation/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Texture Generation",
3-
"roomGuid": "6765c52b-3ad6-4fb0-9030-2c9a05dc4731",
3+
"roomGuid": "4e0c779e-321a-4de5-a704-93360548298d",
44
"roomserver": {
55
"joinExisting": true,
66
"uri": "localhost",

Node/apps/transcription/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Transcription",
3-
"roomGuid": "6765c52b-3ad6-4fb0-9030-2c9a05dc4731",
3+
"roomGuid": "a55fa6d3-08ee-4bcc-a5de-2f7b0311bd44",
44
"roomserver": {
55
"joinExisting": false,
66
"uri": "localhost",

Node/apps/video_recorder/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "VideoRecorder",
3-
"roomGuid": "6765c52b-3ad6-4fb0-9030-2c9a05dc4731",
3+
"roomGuid": "f288444f-cc1a-485b-b6b0-d007bc465873",
44
"roomserver": {
55
"joinExisting": false,
66
"uri": "localhost",

0 commit comments

Comments
 (0)