From 176daa91df7be3efa8971a84abceab1c29d42c12 Mon Sep 17 00:00:00 2001 From: Madison Ehlers Date: Tue, 5 Mar 2024 13:15:34 -0600 Subject: [PATCH] [PLAT-4007] Updating Demo Stream Key --- src/lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/config.ts b/src/lib/config.ts index 6d7f6a8..942698d 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -16,7 +16,7 @@ export const Config: Configuration = { // Vertex Valve export const DefaultCredentials: StreamCredentials = { clientId: "08F675C4AACE8C0214362DB5EFD4FACAFA556D463ECA00877CB225157EF58BFA", - streamKey: "hfmI8VBsIiMmO7THqdZdWO5Fhjqp_VDaee9e", + streamKey: "AH7v0jg5aN5_thkhU-XTzB_29aqW89EjyOH8", }; export function head(items?: T | T[]): T | undefined {