Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Replace PeerJs by Jitsi Low Level #50

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3c53e6b
Use low level jitsi on user streams
alimtunc May 30, 2023
b61638e
Control low level jitsi video/audio with user panel
alimtunc May 31, 2023
6bf0d40
Add screensharing
alimtunc Jun 1, 2023
d6eabb5
Show to remote user when local video/audio are muted
alimtunc Jun 5, 2023
cd94433
Show to local user when his video is hidden
alimtunc Jun 6, 2023
2ca5747
Hide/Show properly remote sharing
alimtunc Jun 6, 2023
d66cb08
Use reactive variable for meet connection
alimtunc Jun 23, 2023
63c9c93
Use animation-css to make remote-user appear
alimtunc Jun 23, 2023
c330c50
Reset meet roomName on log
alimtunc Jun 26, 2023
6f52fa2
Put options outside and use it on init and connection
alimtunc Jun 26, 2023
6195fb8
Add multi meet connection
alimtunc Jun 26, 2023
6fc6d72
Remove right event function on disconnection
alimtunc Jun 27, 2023
4f54f55
Add participant display name
alimtunc Jun 27, 2023
6bf6172
Use user device parameters for meet tracks
alimtunc Jun 27, 2023
1abbd3e
Catch creating local tracks fail when permissions are blocked
alimtunc Jun 29, 2023
84ac7a6
Fix flaky disconnection
alimtunc Jun 29, 2023
1caabe1
Add fullscreen
alimtunc Jun 29, 2023
ce1c83c
Clean properly event listener of meet low level
alimtunc Jun 30, 2023
15b8e3b
Split, clean meet low level feature
alimtunc Jun 30, 2023
551c19d
Remove old one & one stream
alimtunc Jun 30, 2023
6754d58
Remove everything related to peerJs
alimtunc Jun 30, 2023
1d67e36
Add analytics to meet low level
alimtunc Jul 3, 2023
23e7c37
Set session if low level is active
alimtunc Jul 3, 2023
f659209
Change meetLowLevel architecture to be available outside template
alimtunc Jul 4, 2023
a43dfb4
Disable one&one when user is in conference
alimtunc Jul 4, 2023
36da4ed
Hide meetLowLevel client side and put roomName outside user profile
alimtunc Jul 5, 2023
e18171a
Salt meet room name
alimtunc Jul 5, 2023
fe40822
Connect meet low level to the jitsi provider
alimtunc Jul 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ module.exports = {
findFirstCharacters: 'writable',
tilesets: 'writable',
layers: 'writable',
peer: 'writable',
settings: 'writable',
meet: 'writable',
meetLowLevel: 'writable',
meetHighLevel: 'writable',
jitsiMeetJS: 'writable',
zoneManager: 'writable',
notificationMessage: 'writable',
nippleManager: 'writable',
Expand All @@ -99,7 +98,6 @@ module.exports = {
charactersParts: 'writable',
characterPopIns: 'writable',
capitalize: 'writable',
generateTURNCredentials: 'writable',
isModalOpen: 'writable',
closeModal: 'writable',
toggleModal: 'writable',
Expand Down Expand Up @@ -130,8 +128,6 @@ module.exports = {

relativePositionToCamera: 'writable',
updateViewport: 'writable',
sendDataToUsers: 'writable',
sendDataToUsersInZone: 'writable',

BootScene: 'writable',
EditorScene: 'writable',
Expand Down
1 change: 0 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"ondataavailable",
"overscroll",
"passwordless",
"peerjs",
"Phaser's",
"pickable",
"plusplus",
Expand Down
Loading