Commit Graph

55 Commits

Author SHA1 Message Date
Håvar Aambø Fosstveit 136037d83f Simplify participantlist and order participants based on status. Raise hand queue, and moderator can remove raised hand. Fixes #146, #278 2020-05-06 01:40:08 +02:00
Astagor ac6ee1bfa3 Added limit for maximum number of users in a single room 2020-05-04 19:31:50 +02:00
Håvar Aambø Fosstveit 4acedad987 Propagate raise hand timestamp to clients, ref #278 2020-05-04 15:21:49 +02:00
Håvar Aambø Fosstveit a1ed79c5db A button to promote all peers from lobby, fixes #287 2020-05-04 15:09:05 +02:00
Håvar Aambø Fosstveit 08e2c425c6 Add the ability for a peer to have several video producers in a room. 2020-05-04 00:16:23 +02:00
Håvar Aambø Fosstveit dc7b51b38a Make notification sounds configurable 2020-05-02 23:45:08 +02:00
Håvar Aambø Fosstveit c76c6d548a Make visibility of media controls configurable, fixes #267 2020-05-02 22:33:59 +02:00
Håvar Aambø Fosstveit c461ee4eb7 Clean up lock code. 2020-05-02 21:58:41 +02:00
Håvar Aambø Fosstveit 130ed19f13 Settings split into tabs. 2020-05-02 21:57:53 +02:00
Håvar Aambø Fosstveit e33c1f7c03 Clean up raised hand naming. Only needs UI now. Ref #40 2020-05-02 10:47:57 +02:00
Mészáros Mihály 5e3f50c052 Merge remote-tracking branch 'origin/develop' into feat-output-select 2020-04-22 13:07:21 +02:00
Håvar Aambø Fosstveit 0ed9d4db9b Various lint and fixes 2020-04-22 10:26:58 +02:00
Håvar Aambø Fosstveit 1cef52a3a1 Properly handle wakelock, fixes #237 2020-04-22 10:01:58 +02:00
Håvar Aambø Fosstveit e28b6cdc5d MODERATE_FILES role can clean all files in a room, fixes #209 2020-04-22 01:07:16 +02:00
Håvar Aambø Fosstveit 91a258c273 MODERATE_CHAT role can clear the chat in a room, references issue #209 2020-04-20 23:22:19 +02:00
Mészáros Mihály e98d80ed57 Add a not yet complete audio out selection. 2020-04-18 23:20:58 +02:00
Håvar Aambø Fosstveit a6347dc283 Expand permissions/role system. Clients are now provisioned with their roles when they join and will have features enabled/disabled based on their permissions. 2020-04-02 00:28:05 +02:00
Håvar Aambø Fosstveit a1dc652d04 Linting and translations 2020-03-27 22:57:04 +01:00
Håvar Aambø Fosstveit 9cd6efe761 Merge branch 'feature-ptt' into develop 2020-03-27 10:46:14 +01:00
Stefan Otto e12ff16115 first implementation of PTT; Adjusting Opus parameter for shorter pTime, lower bandwidth (mono) and Forward Error Correction 2020-03-27 01:01:54 +01:00
Håvar Aambø Fosstveit 5071282d40 Merge branch 'feat-user-roles' into develop 2020-03-26 21:31:57 +01:00
Håvar Aambø Fosstveit 04b2d6d443 Add "close meeting" function for moderator 2020-03-24 01:43:40 +01:00
Håvar Aambø Fosstveit 764e02c732 Typos 2020-03-23 22:52:53 +01:00
Håvar Aambø Fosstveit 33ef7746a3 Move audio/video controls out to bottom of screen if on mobile 2020-03-23 15:30:43 +01:00
Håvar Aambø Fosstveit 6e00915bfe Update translations 2020-03-22 12:04:49 +01:00
Håvar Aambø Fosstveit 7f2f27b858 Add support for moderating rooms. Kick user, mute all users, stop all videos. 2020-03-22 00:43:47 +01:00
Håvar Aambø Fosstveit c424ffc17c Fix simulcast 2020-03-19 21:23:01 +01:00
Håvar Aambø Fosstveit 8ba29338d1 Added advanced options for sticky app bar, lastn. Optimized some component rendering. 2020-03-18 00:12:50 +01:00
Håvar Aambø Fosstveit aea08b4cbe Fix roomId handling 2019-11-10 23:01:45 +01:00
Håvar Aambø Fosstveit 69677e4972 Remove browser info for users. 2019-11-07 10:01:26 +01:00
Håvar Aambø Fosstveit 8ab1475fea Refactor stateActions for better overview. 2019-11-05 11:53:21 +01:00
Håvar Aambø Fosstveit 98caed6e4a Properly handle login/logout. 2019-11-04 23:29:54 +01:00
Stefan Otto aac2e5f918 Fixed update picture / displayName finally (hopefully) 2019-10-31 15:30:20 +01:00
Stefan Otto f204ff0222 mostly revert last commit :( 2019-10-31 02:37:45 +01:00
Stefan Otto d49ef4e65f fix: picture update from Lobby 2019-10-31 01:44:06 +01:00
Stefan Otto 6c07f89ab1 changePicture on signIn 2019-10-31 01:05:11 +01:00
Stefan Otto 59617aa2ad added signInRequired in joinDialog 2019-10-31 00:22:47 +01:00
Stefan Otto 879ea37167 Added name for room in state on clientside 2019-10-30 15:00:37 +01:00
Håvar Aambø Fosstveit f38c5e38c5 Small fixes and requireSignIn now working. 2019-10-24 12:43:11 +02:00
Stefan Otto e5ddaa458a lock Dialog 2019-10-23 11:47:41 +02:00
Håvar Aambø Fosstveit 513f0efa0b First working version of lobby. 2019-10-16 14:09:29 +02:00
Håvar Aambø Fosstveit 66a2becf63 Inital work on lobby. 2019-10-15 10:52:14 +02:00
Håvar Aambø Fosstveit 2e166ca2b2 Created reducer and stateactions for lobby. 2019-10-15 08:03:18 +02:00
Håvar Aambø Fosstveit 4f3387b73c Remove unused code. 2019-06-13 13:29:52 +02:00
Håvar Aambø Fosstveit 041a90599d Added dialog before joining room. 2019-06-12 15:33:35 +02:00
Håvar Aambø Fosstveit c530876d0d Film strip view almost working again. 2019-06-05 15:56:54 +02:00
Håvar Aambø Fosstveit 1eb115f547 Cleaned up file sharing. 2019-06-05 10:40:59 +02:00
Håvar Aambø Fosstveit a3013bb716 Removed screensharing extension. Added some small optimization fixes. 2019-06-04 12:58:12 +02:00
Håvar Aambø Fosstveit 30f42d6ced Mostly working mediasoup v3 2019-06-03 11:55:23 +02:00
Håvar Aambø Fosstveit 091ad77179 Added resolution setting. 2019-04-12 09:10:05 +02:00