Skip to content

Commit

Permalink
Re-enable auto subscription for example (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Nov 14, 2023
1 parent a823122 commit ce4d01f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/nextjs/pages/minimal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@ const MinimalExample: NextPage = () => {
},
});

const options: RoomConnectOptions = {
autoSubscribe: false,
};

return (
<div data-lk-theme="default" style={{ height: '100vh' }}>
<LiveKitRoom
video={true}
audio={true}
token={token}
connectOptions={options}
serverUrl={process.env.NEXT_PUBLIC_LK_SERVER_URL}
>
<VideoConference />
Expand Down

0 comments on commit ce4d01f

Please sign in to comment.