diff --git a/docs/guides/install-sdk.mdx b/docs/guides/install-sdk.mdx index 93703f4f..fee77d3b 100644 --- a/docs/guides/install-sdk.mdx +++ b/docs/guides/install-sdk.mdx @@ -48,7 +48,7 @@ defineCustomElements(window).then(() => main()); async function main() { const viewer = document.querySelector('vertex-viewer'); await viewer.load( - 'urn:vertex:stream-key:hfmI8VBsIiMmO7THqdZdWO5Fhjqp_VDaee9e' + 'urn:vertex:stream-key:AH7v0jg5aN5_thkhU-XTzB_29aqW89EjyOH8' ); console.log('Loaded!'); } diff --git a/docs/guides/render-your-first-scene.mdx b/docs/guides/render-your-first-scene.mdx index 862bf9f2..56ae47cf 100644 --- a/docs/guides/render-your-first-scene.mdx +++ b/docs/guides/render-your-first-scene.mdx @@ -68,7 +68,7 @@ Save the following HTML to a file on your computer and open it in your browser. ## Render the scene -To render a scene, you'll need a stream key. Stream keys grant the Viewer component access to a specific scene. This is explained in more detail later, but for now, use our test key, `hfmI8VBsIiMmO7THqdZdWO5Fhjqp_VDaee9e`. Copy the following into the empty `