Browse Source

redy to deploy

unknown 1 year ago
parent
commit
9de3aeeccb
30 changed files with 239 additions and 4 deletions
  1. 1 1
      .eslintcache
  2. 38 0
      build/asset-manifest.json
  3. 1 0
      build/index.html
  4. 3 0
      build/static/css/6.c7cc29b3.chunk.css
  5. 1 0
      build/static/css/6.c7cc29b3.chunk.css.map
  6. 2 0
      build/static/css/main.648af75f.chunk.css
  7. 1 0
      build/static/css/main.648af75f.chunk.css.map
  8. 3 0
      build/static/js/0.3f153385.chunk.js
  9. 27 0
      build/static/js/0.3f153385.chunk.js.LICENSE.txt
  10. 1 0
      build/static/js/0.3f153385.chunk.js.map
  11. 3 0
      build/static/js/5.01e74fa9.chunk.js
  12. 89 0
      build/static/js/5.01e74fa9.chunk.js.LICENSE.txt
  13. 1 0
      build/static/js/5.01e74fa9.chunk.js.map
  14. 3 0
      build/static/js/6.7a556023.chunk.js
  15. 50 0
      build/static/js/6.7a556023.chunk.js.LICENSE.txt
  16. 1 0
      build/static/js/6.7a556023.chunk.js.map
  17. 2 0
      build/static/js/AuthPage.301e3b29.chunk.js
  18. 1 0
      build/static/js/AuthPage.301e3b29.chunk.js.map
  19. 2 0
      build/static/js/HomePage.74e35ec5.chunk.js
  20. 1 0
      build/static/js/HomePage.74e35ec5.chunk.js.map
  21. 2 0
      build/static/js/main.df8933d1.chunk.js
  22. 1 0
      build/static/js/main.df8933d1.chunk.js.map
  23. 2 0
      build/static/js/runtime-main.0546d937.js
  24. 1 0
      build/static/js/runtime-main.0546d937.js.map
  25. 1 0
      build/static/media/icons8-telegram-app.be023370.svg
  26. BIN
      build/static/media/monkey.ded8ac2a.png
  27. BIN
      build/static/media/qrCode_telegram.bb0caf3c.png
  28. BIN
      build/static/media/wallpaper.8f0d1af7.jpg
  29. BIN
      build/static/media/wallpaperNight.63a4f24a.jpg
  30. 1 3
      src/components/HomePage/CallBar/index.tsx

File diff suppressed because it is too large
+ 1 - 1
.eslintcache


+ 38 - 0
build/asset-manifest.json

@@ -0,0 +1,38 @@
+{
+  "files": {
+    "static/js/0.3f153385.chunk.js": "/static/js/0.3f153385.chunk.js",
+    "static/js/0.3f153385.chunk.js.map": "/static/js/0.3f153385.chunk.js.map",
+    "AuthPage.js": "/static/js/AuthPage.301e3b29.chunk.js",
+    "AuthPage.js.map": "/static/js/AuthPage.301e3b29.chunk.js.map",
+    "HomePage.js": "/static/js/HomePage.74e35ec5.chunk.js",
+    "HomePage.js.map": "/static/js/HomePage.74e35ec5.chunk.js.map",
+    "main.css": "/static/css/main.648af75f.chunk.css",
+    "main.js": "/static/js/main.df8933d1.chunk.js",
+    "main.js.map": "/static/js/main.df8933d1.chunk.js.map",
+    "runtime-main.js": "/static/js/runtime-main.0546d937.js",
+    "runtime-main.js.map": "/static/js/runtime-main.0546d937.js.map",
+    "static/js/5.01e74fa9.chunk.js": "/static/js/5.01e74fa9.chunk.js",
+    "static/js/5.01e74fa9.chunk.js.map": "/static/js/5.01e74fa9.chunk.js.map",
+    "static/css/6.c7cc29b3.chunk.css": "/static/css/6.c7cc29b3.chunk.css",
+    "static/js/6.7a556023.chunk.js": "/static/js/6.7a556023.chunk.js",
+    "static/js/6.7a556023.chunk.js.map": "/static/js/6.7a556023.chunk.js.map",
+    "index.html": "/index.html",
+    "static/css/6.c7cc29b3.chunk.css.map": "/static/css/6.c7cc29b3.chunk.css.map",
+    "static/css/main.648af75f.chunk.css.map": "/static/css/main.648af75f.chunk.css.map",
+    "static/js/0.3f153385.chunk.js.LICENSE.txt": "/static/js/0.3f153385.chunk.js.LICENSE.txt",
+    "static/js/5.01e74fa9.chunk.js.LICENSE.txt": "/static/js/5.01e74fa9.chunk.js.LICENSE.txt",
+    "static/js/6.7a556023.chunk.js.LICENSE.txt": "/static/js/6.7a556023.chunk.js.LICENSE.txt",
+    "static/media/icons8-telegram-app.be023370.svg": "/static/media/icons8-telegram-app.be023370.svg",
+    "static/media/monkey.ded8ac2a.png": "/static/media/monkey.ded8ac2a.png",
+    "static/media/qrCode_telegram.bb0caf3c.png": "/static/media/qrCode_telegram.bb0caf3c.png",
+    "static/media/wallpaper.8f0d1af7.jpg": "/static/media/wallpaper.8f0d1af7.jpg",
+    "static/media/wallpaperNight.63a4f24a.jpg": "/static/media/wallpaperNight.63a4f24a.jpg"
+  },
+  "entrypoints": [
+    "static/js/runtime-main.0546d937.js",
+    "static/css/6.c7cc29b3.chunk.css",
+    "static/js/6.7a556023.chunk.js",
+    "static/css/main.648af75f.chunk.css",
+    "static/js/main.df8933d1.chunk.js"
+  ]
+}

File diff suppressed because it is too large
+ 1 - 0
build/index.html


File diff suppressed because it is too large
+ 3 - 0
build/static/css/6.c7cc29b3.chunk.css


File diff suppressed because it is too large
+ 1 - 0
build/static/css/6.c7cc29b3.chunk.css.map


File diff suppressed because it is too large
+ 2 - 0
build/static/css/main.648af75f.chunk.css


File diff suppressed because it is too large
+ 1 - 0
build/static/css/main.648af75f.chunk.css.map


File diff suppressed because it is too large
+ 3 - 0
build/static/js/0.3f153385.chunk.js


+ 27 - 0
build/static/js/0.3f153385.chunk.js.LICENSE.txt

@@ -0,0 +1,27 @@
+/*! exports provided: default */
+
+/*! no static exports found */
+
+/*! react */
+
+/*!******************************!*\
+        !*** ./src/react-webcam.tsx ***!
+        \******************************/
+
+/*!**************************************************************************************!*\
+        !*** external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"} ***!
+        \**************************************************************************************/
+
+/**
+ * A better abstraction over CSS.
+ *
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
+ * @website https://github.com/cssinjs/jss
+ * @license MIT
+ */
+
+/** @license MUI v5.3.0
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */

File diff suppressed because it is too large
+ 1 - 0
build/static/js/0.3f153385.chunk.js.map


File diff suppressed because it is too large
+ 3 - 0
build/static/js/5.01e74fa9.chunk.js


+ 89 - 0
build/static/js/5.01e74fa9.chunk.js.LICENSE.txt

@@ -0,0 +1,89 @@
+/*
+        object-assign
+        (c) Sindre Sorhus
+        @license MIT
+        */
+
+/*!
+        Copyright (c) 2017 Jed Watson.
+        Licensed under the MIT License (MIT), see
+        http://jedwatson.github.io/classnames
+        */
+
+/*!
+      * The buffer module from node.js, for the browser.
+      *
+      * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
+      * @license  MIT
+      */
+
+/*!
+      JSZip - A Javascript class for generating and reading zip files
+      <http://stuartk.com/jszip>
+      (c) 2009-2014 Stuart Knightley <stuart [at] stuartk.com>
+      Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
+      JSZip uses the library pako released under the MIT license :
+      https://github.com/nodeca/pako/blob/master/LICENSE
+      */
+
+/*!
+  Copyright (c) 2018 Jed Watson.
+  Licensed under the MIT License (MIT), see
+  http://jedwatson.github.io/classnames
+*/
+
+/*!
+ * The buffer module from node.js, for the browser.
+ *
+ * @author   Feross Aboukhadijeh <http://feross.org>
+ * @license  MIT
+ */
+
+/*! *****************************************************************************
+Copyright (c) Microsoft Corporation.
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+***************************************************************************** */
+
+/*! *****************************************************************************
+Copyright (c) Microsoft Corporation. All rights reserved.
+Licensed under the Apache License, Version 2.0 (the "License"); you may not use
+this file except in compliance with the License. You may obtain a copy of the
+License at http://www.apache.org/licenses/LICENSE-2.0
+
+THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
+WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
+MERCHANTABLITY OR NON-INFRINGEMENT.
+
+See the Apache Version 2.0 License for specific language governing permissions
+and limitations under the License.
+***************************************************************************** */
+
+/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
+
+/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
+
+/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
+
+/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
+
+/** @license React v17.0.2
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+//!\ DECLARE ALIAS AFTER assign prototype !

File diff suppressed because it is too large
+ 1 - 0
build/static/js/5.01e74fa9.chunk.js.map


File diff suppressed because it is too large
+ 3 - 0
build/static/js/6.7a556023.chunk.js


+ 50 - 0
build/static/js/6.7a556023.chunk.js.LICENSE.txt

@@ -0,0 +1,50 @@
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
+
+/** @license React v0.20.1
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.13.1
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.1
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.1
+ * react-jsx-runtime.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.1
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */

File diff suppressed because it is too large
+ 1 - 0
build/static/js/6.7a556023.chunk.js.map


File diff suppressed because it is too large
+ 2 - 0
build/static/js/AuthPage.301e3b29.chunk.js


File diff suppressed because it is too large
+ 1 - 0
build/static/js/AuthPage.301e3b29.chunk.js.map


File diff suppressed because it is too large
+ 2 - 0
build/static/js/HomePage.74e35ec5.chunk.js


File diff suppressed because it is too large
+ 1 - 0
build/static/js/HomePage.74e35ec5.chunk.js.map


File diff suppressed because it is too large
+ 2 - 0
build/static/js/main.df8933d1.chunk.js


File diff suppressed because it is too large
+ 1 - 0
build/static/js/main.df8933d1.chunk.js.map


File diff suppressed because it is too large
+ 2 - 0
build/static/js/runtime-main.0546d937.js


File diff suppressed because it is too large
+ 1 - 0
build/static/js/runtime-main.0546d937.js.map


File diff suppressed because it is too large
+ 1 - 0
build/static/media/icons8-telegram-app.be023370.svg


BIN
build/static/media/monkey.ded8ac2a.png


BIN
build/static/media/qrCode_telegram.bb0caf3c.png


BIN
build/static/media/wallpaper.8f0d1af7.jpg


BIN
build/static/media/wallpaperNight.63a4f24a.jpg


+ 1 - 3
src/components/HomePage/CallBar/index.tsx

@@ -17,14 +17,12 @@ import MicIcon from '@mui/icons-material/Mic';
 import MicOffIcon from '@mui/icons-material/MicOff';
 import CallEndIcon from '@mui/icons-material/CallEnd';
 import StopScreenShareIcon from '@mui/icons-material/StopScreenShare';
-import ScreenShareIcon from '@mui/icons-material/ScreenShare';
 import Alert from '@mui/material/Alert';
 
 import { getChat } from '../../../redux/chat/selector';
 import { getAuthorizationState } from '../../../redux/authorization/selector'; 
 import { prodAwsS3,prodBaseURL,prodSocketURL, firstLetter, slicedWord,getTimeBySeconds,playNotification } from '../../../helpers'
 import { socketIdChat } from '../../../api-data';
-import { current } from '@reduxjs/toolkit';
 
 const Peer = require('simple-peer')
 const socket = io(prodSocketURL)
@@ -340,7 +338,7 @@ const CallBar = ({callStatus,setCallStatus}:ICallBar) => {
       const peer = new Peer({
         initiator: false,
         trickle: false,
-        stream:false,
+        stream,
       });
       peer.on("signal", (data: any) => {
         socket.emit("answerCall", {