change bg color to white
This commit is contained in:
parent
8ebd9ddef9
commit
d07d15a6a0
|
|
@ -40,7 +40,7 @@ import H264Decoder from "./decoders/h264.js";
|
||||||
|
|
||||||
// How many seconds to wait for a disconnect to finish
|
// How many seconds to wait for a disconnect to finish
|
||||||
const DISCONNECT_TIMEOUT = 3;
|
const DISCONNECT_TIMEOUT = 3;
|
||||||
const DEFAULT_BACKGROUND = 'rgb(40, 40, 40)';
|
const DEFAULT_BACKGROUND = 'rgb(255, 255, 255)';
|
||||||
|
|
||||||
// Minimum wait (ms) between two mouse moves
|
// Minimum wait (ms) between two mouse moves
|
||||||
const MOUSE_MOVE_DELAY = 17;
|
const MOUSE_MOVE_DELAY = 17;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue