Skip to content

Commit f3fa278

Browse files
module removed
1 parent 92f1b16 commit f3fa278

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

info/dev/requests.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ Made by Me
7575

7676
--> O atualizar de emojis de rooms só funciona quando muda de room
7777

78-
--> Sistema de ligações tem dois métodos de servidor. Ou usando o servidor matrix. Ou usando um Jitsi.
79-
(Se a pessoa não configurar um custom Jitsi server, vai usar o servidor padrão)
80-
(Todo mudno precisa está usando o mesmo jitsi server para funcionar. Todos vão ver qual o dominio do servidor que está sendo usado)
81-
(A pessoa precisa confirmar se ela vai aceitar ou não usar um servidor personalizado desconhecido pro questões de seguranças)
78+
--> Voice Chat
79+
https://matrix-org.github.io/matrix-js-sdk/stable/classes/MatrixCall.html#transferToCall
80+
https://github.com/matrix-org/matrix-js-sdk/blob/develop/examples/voip/browserTest.js
8281

8382
Sandbox: https://github.com/sablejs/sablejs
8483

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"@cryptofonts/cryptofont": "1.3.5",
5454
"@emoji-mart/data": "1.1.2",
5555
"@fortawesome/fontawesome-free": "6.4.2",
56-
"@jitsi/react-sdk": "1.4.0",
5756
"@khanacademy/simple-markdown": "0.10.2",
5857
"@matrix-org/olm": "3.2.15",
5958
"@tippyjs/react": "4.2.6",
@@ -137,4 +136,4 @@
137136
"vite-plugin-electron-renderer": "^0.14.1",
138137
"vite-plugin-static-copy": "0.17.0"
139138
}
140-
}
139+
}

src/app/organisms/settings/pages/About.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function AboutSection() {
2020
['Font Awesome', __ENV_APP__.deps['@fortawesome/fontawesome-free']],
2121
['Crypto Fonts', __ENV_APP__.deps['@cryptofonts/cryptofont']],
2222
['Emoji Mart Data', __ENV_APP__.deps['@emoji-mart/data']],
23-
['Jitsi', __ENV_APP__.deps['@jitsi/react-sdk']],
2423
['jQuery', __ENV_APP__.deps.jquery],
2524
['jQuery UI', __ENV_APP__.deps['jquery-ui']],
2625
['Linkifyjs', __ENV_APP__.deps.linkifyjs],

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -816,11 +816,6 @@
816816
untildify "^4.0.0"
817817
wrap-ansi "^7.0.0"
818818

819-
"@jitsi/react-sdk@1.4.0":
820-
version "1.4.0"
821-
resolved "https://registry.yarnpkg.com/@jitsi/react-sdk/-/react-sdk-1.4.0.tgz#4c300bf3d97632d7421eee71e2d335600878b5e7"
822-
integrity sha512-1dn3WIZNyRuESh5qvBR52PQz/avM0Wl575WtuW2sRaNemx38+I1eHJvA58SNhC3zas1PkxBfjeBqmTUHeJlaCw==
823-
824819
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
825820
version "0.3.3"
826821
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"

0 commit comments

Comments
 (0)