Skip to content

Commit

Permalink
Merge pull request markolofsen#19 from markolofsen/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
markolofsen authored Mar 6, 2023
2 parents c08e5f7 + 2603481 commit 1d4cf7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn add rsuite pixel-streaming
* [Discord App](https://discordapp.com/invite/eGHKuQ3BHM)
* [CodeSandBox](https://codesandbox.io/s/pixel-streaming-react-xldl33)
* [Sample with Nextjs](https://github.com/markolofsen/metaeditor)

* [Download Signaling Server](https://github.com/markolofsen/metaeditor/releases/tag/signaling-server)

## Usage
```typescript
Expand Down
2 changes: 1 addition & 1 deletion src/components/Player/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const PlayerView = () => {
psConfig={{
// https://metaeditor.io/docs/metaeditor/settings/player
autoPlay: false,
autoConnect: true,
autoConnect: false,
startMuted: true,
hoveringMouse: true,
fakeMouseWithTouches: true,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function MyApp(props: MyAppProps) {
return (
<CacheProvider value={emotionCache}>
<Head>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
</Head>
<ThemeProvider theme={theme}>
{/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */}
Expand Down

0 comments on commit 1d4cf7f

Please sign in to comment.