Skip to content

Commit

Permalink
update default resolution and bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed Jul 17, 2021
1 parent 2a8a636 commit 7f971e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class App extends React.Component {
this._settings = {
selectedAudioDevice: "",
selectedVideoDevice: "",
resolution: "hd",
bandwidth: 1024,
resolution: "vga",
bandwidth: 512,
codec: "vp8",
isDevMode:false,
}
Expand Down

0 comments on commit 7f971e5

Please sign in to comment.