fixed vercel build errors

This commit is contained in:
J Taylor 2021-06-28 14:40:43 +01:00
parent a7c6c5047b
commit dfeb700617
2 changed files with 3 additions and 3 deletions

View File

@ -76,8 +76,8 @@ export default function Index({
<NotConfigured />
) : (
<Intro
forceFetchToken
forceOwner
forceFetchToken={forceFetchToken}
forceOwner={forceOwner}
title={process.env.PROJECT_TITLE}
room={roomName}
error={tokenError}

View File

@ -32,7 +32,7 @@ yarn workspace @dailyjs/live-streaming dev
In this example we extend the [basic call demo](../basic-call) with live streaming functionality.
We pass a custom tray object, a custom app object (wrapping the original in a new `LiveStreamingProvider`) and a custom modal.
We pass a custom tray object, a custom app object (wrapping the original in a new `LiveStreamingProvider`) and a custom modal. We also symlink both the `public` and `pages/api` folders from the basic call.
Single live streaming is only available to call owners, you must create a token when joining the call (for simplicity, we have disabled the abiltiy to join the call as a guest.)