Saúl Ibarra Corretgé
0419c5a15b
fix(rn,video-quality) fix not selecting any endpoint on mobile
...
The concept of "visible participants" is not yet implemented.
2021-08-05 17:28:33 +02:00
hmuresan
dda1f3c5ba
fix(recording-label) fix recording label behavior
2021-08-05 17:56:12 +03:00
hmuresan
6f41ef75d7
fix(notifications) Fix hiding audio/video lost notification
2021-08-05 16:36:13 +03:00
Calin Chitu
8bbee7d1dc
feat(toolbox) updated menu items order, dividers for mobile
2021-08-05 11:56:44 +02:00
Saúl Ibarra Corretgé
465e7f1458
fix(conference) unify conference options
...
Some options were missing on the mobile side, notably calltsts
enableDisplayNameInStats and enableEmailInStats. Now the same logic will be used
in web and mobile.
2021-08-04 15:32:03 +02:00
Calinteodor
4e43a31ec9
fix(rn,bottom-sheet) fixed surface color
...
Also fix properly showing the remote menu.
2021-08-04 15:11:32 +02:00
Calinteodor
3c2ad24652
fix(shared-video,video-menu) add ability to stop shared video from video menu
...
Specifically, in the bottom sheet (on mobile) and participants pane.
2021-08-04 10:51:05 +02:00
Avram Tudor
e421a119e1
feat(share-video) Allow sharing direct video links (mp4 etc) on mobile ( #9511 )
...
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile
* fix linting
* code review
2021-08-02 15:55:52 +03:00
Hristo Terezov
619acaca24
fix(Filmstrip): Send only visible endpoints to jvb
2021-07-30 11:44:16 -05:00
Calin Chitu
bc9f5773fb
feat(participants-pane) changed to standard header
2021-07-30 16:07:48 +02:00
Andrei Gavrilescu
d0be8dcf9d
fix(external-api): persist audio output device
2021-07-30 14:51:47 +03:00
Calinteodor
efc5c9dabe
feat(participants-pane) hide admit all if less than 2 participants
...
- Fixed admitMultiple action for mobile
- Added token color for button
- Hide Admit all button if less than 2 knocking participants
2021-07-30 11:48:06 +02:00
Calinteodor
d22fc88ae3
feat(participants-pane) context menu ui fixes
...
- Fixed background color for all participants context menus
- Removed connection status from ReactVideoMenu and added it for local participants
- Removed AVModeration comments on mobile
- Show on stage option visible only when participants pane is closed
2021-07-30 11:46:49 +02:00
Mihai-Andrei Uscat
9ee75038b6
fix(Toolbar): Fix toolbar not hiding on mobile
2021-07-30 11:37:45 +03:00
Pawel Domas
907b51925d
fix(prejoin): disposed track was added to the conference
...
It is not 100% clear to me when it happens, but I think it could happen
in some race condition where a track is unmuted when it's being disposed
or something around those lines.
The fact is that any muted tracks are disposed by replaceLocalTrack(track.jitsiTrack, null) and they should not be used anymore.
Supposedly fixes a crash:
Failed to add local track to conference Track has been already disposed
2021-07-28 09:00:54 -05:00
Calinteodor
d6c821d524
feat(participants-pane) updates
...
- Fixed react native community slider to work on both android and ios
- Removed InviteButton from native menus
- Fixed buttons spacing in native OverflowMenu
- Participant context menu details are shown only for remote participants
2021-07-27 16:08:33 +02:00
Saúl Ibarra Corretgé
eb16f93153
fix(rn,polyfills) remove no longer needed hack
...
With react-native-webrtc 1.89.2 the remote SDP is properly updated before
onaddstream is fired so it's no longer needed.
Also, for readability, IPv6 address synthesis has been moved to a standalone
utils file.
2021-07-26 16:16:27 +02:00
Saúl Ibarra Corretgé
bac0a55421
fix(config) add missing buttons to default constants
...
- Remove button list from interface_config.js since it has been deprecated for a
while
- Alphabetically sort buttons in config.js and constants.js to make it easier to
add / remove items
- Add missing invite and toggle-camera buttons to default constants
- Remove no longer existing "fodeviceselection" button
Fixes: https://github.com/jitsi/jitsi-meet/issues/9605
2021-07-26 15:33:38 +02:00
hmuresan
1c8103c444
fix(dropbox-recording) Prevent start recording when no dropbox token
2021-07-26 16:20:05 +03:00
Calin Chitu
0f8fa4f059
feat(participants-pane) removed getIsParticipantAudioMuted
2021-07-22 12:54:16 -05:00
Hristo Terezov
becaf0806a
fix(ShareDesktopButton): typo.
2021-07-22 11:32:44 -05:00
hmuresan
5b77d722d7
fix(toolbox) add back toggle camera button
2021-07-22 16:20:45 +03:00
hmuresan
f4cde2192e
fix(toolbar-buttons) Attempt fix Meet in integration
2021-07-22 16:18:56 +03:00
Hristo Terezov
e91df47d1b
fix(ShareDesktopButton): getParticipants reference
2021-07-22 07:37:50 -05:00
robertpin
2d04f3852c
fix(reactions) Moved reactions behind feature flag
2021-07-22 13:17:42 +03:00
Mihai-Andrei Uscat
2209394d09
feat(Filmstrip): Collapse filmstrip to avoid toolbar overlap on mobile
2021-07-22 09:37:44 +03:00
George Politis
75edfc1fab
fix: Normalize the tenant part of the URL. ( #9577 )
...
This PR normalises the tenant part of the URL. For example, the following URL
https://jitsi-meet.example.com/something@example.com/something@example.com
is converted to
https://jitsi-meet.example.com/somethingexample.com/somethingexample.com
whereas before it was converted to
https://jitsi-meet.example.com/something@example.com/somethingexample.com
i.e. the tenant part was not normalised
2021-07-21 18:48:08 +01:00
Calin Chitu
8c20dd8e47
feat(native-participants-pane) removed everyonemoderator from footer context menu
2021-07-21 12:32:10 -05:00
Calin Chitu
fefe451180
feat(native-participants-pane) updated slider volume private prop
2021-07-21 12:32:10 -05:00
Calin Chitu
b268e01a42
feat(native-participants-pane) rebase, resolved conflicts pt. 2
2021-07-21 12:32:10 -05:00
Calin Chitu
d62e378528
feat(native-participants-pane) rebase, resolved conflicts pt. 1
2021-07-21 12:32:10 -05:00
Calin Chitu
b7389e1c31
feat(native-participants-pane) implemented review remarks pt.4
2021-07-21 12:32:10 -05:00
Calin Chitu
eeddf6b350
feat(native-participants-pane) fixed lint errors
2021-07-21 12:32:10 -05:00
Calin Chitu
665b7730ee
feat(native-participants-pane) implemented review remarks pt. 3
2021-07-21 12:32:10 -05:00
Calin Chitu
7854437e31
feat(native-participants-pane) slider ui fixes
2021-07-21 12:32:10 -05:00
Calin Chitu
88ddb8d9b4
feat(native-participants-pane) volume level state fix
2021-07-21 12:32:10 -05:00
Calin Chitu
5182a720f9
feat(native-participants-pane) volume slider refactoring
2021-07-21 12:32:10 -05:00
Calin Chitu
415562c315
feat(native-participants-pane) updated translations and added throttle for slider
2021-07-21 12:32:10 -05:00
Calin Chitu
53d0a892b5
feat(native-participants-pane) review remarks pt 2 volume slider
2021-07-21 12:32:10 -05:00
Calin Chitu
9b220f3870
feat(native-participants-pane) fixed comment typos and reworks on volume slider
2021-07-21 12:32:10 -05:00
Calin Chitu
c6e50ad439
feat(native-participants-pane) implemented review remarks pt. 1
2021-07-21 12:32:10 -05:00
Calin Chitu
36cb896680
feat(native-participants-pane) resolved rebase conflicts and updated import paths
2021-07-21 12:32:10 -05:00
Calin Chitu
249515ac60
feat(native-participants-pane) removed console.log
2021-07-21 12:32:10 -05:00
Calin Chitu
80b49266ab
feat(native-participants-pane) removed unused prop and added onPress condition
2021-07-21 12:32:10 -05:00
Calin Chitu
1afae50923
feat(native-participants-pane) dialog for blocking audio/video
2021-07-21 12:32:10 -05:00
Calin Chitu
b332fb474b
feat(native-participants-pane) Updated comments
2021-07-21 12:32:10 -05:00
Calin Chitu
a12ad99ecf
feat(native-participants-pane) participants pane open/close fixed
2021-07-21 12:32:10 -05:00
Calin Chitu
400f47963d
feat(native-participants-pane) open/close pane native actions
2021-07-21 12:32:10 -05:00
Calin Chitu
65fbc6f256
feat(native-participants-pane) fixed slider error on android
2021-07-21 12:32:10 -05:00
Calin Chitu
e7a324185f
feat(native-participants-pane) fixed lint errors
2021-07-21 12:32:10 -05:00
Calin Chitu
14a5c45fa3
feat(native-participants-pane) removed mock data
2021-07-21 12:32:10 -05:00
Calin Chitu
05e6dde341
feat(native-participants-pane) ui fixes
2021-07-21 12:32:10 -05:00
Calin Chitu
e13473d42f
feat(native-participants-pane) fixed lint error
2021-07-21 12:32:10 -05:00
Calin Chitu
4b72fefd7e
feat(native-participants-pane) created admitAll action
2021-07-21 12:32:10 -05:00
Calin Chitu
ba9398a1e2
feat(native-participants-pane) fixed slider and hid dialog when chat is open
2021-07-21 12:32:10 -05:00
Calin Chitu
8d4cf7165e
feat(native-participants-pane) added action dialogs for context menu participant details and native community slider
2021-07-21 12:32:10 -05:00
Calin Chitu
0b3991d9e1
feat(native-participants-pane) context menu for meeting participant
2021-07-21 12:32:10 -05:00
Calin Chitu
47be509d17
feat(native-participants-pane) fixed import order lint error
2021-07-21 12:32:10 -05:00
Calin Chitu
ba64d3e0c8
feat(native-participants-pane) context menu for more btn and reject lobby participant
2021-07-21 12:32:10 -05:00
Calin Chitu
cd05c34d19
feat(native-participants-pane) rendered participant name
2021-07-21 12:32:10 -05:00
Calin Chitu
24550777c6
feat(native-participants-pane) simplified props for hiding header with navigation
2021-07-21 12:32:10 -05:00
Calin Chitu
ee101f8947
feat(native-participants-pane) fixed mute all content styles and added doInvitePeople action
2021-07-21 12:32:10 -05:00
Calin Chitu
8ca85f9e1c
feat(native-participants-pane) token updates and added mute all event
2021-07-21 12:32:10 -05:00
Calin Chitu
34ccd56691
feat(native-participants-pane) updated styles for meeting participant list
2021-07-21 12:32:10 -05:00
Calin Chitu
f49c05c666
feat(native-participants-pane) created meeting participant list
2021-07-21 12:32:10 -05:00
Calin Chitu
e7280e5040
feat(native-participants-pane) ui fixes
2021-07-21 12:32:10 -05:00
Calin Chitu
eb1add681f
feat(native-participants-pane) admit/reject all buttons
2021-07-21 12:32:10 -05:00
Calin Chitu
8419dc725c
feat(native-participants-pane) ui updates for participant item
2021-07-21 12:32:10 -05:00
Calin Chitu
f984faef3f
feat(native-participants-pane) first lobbyparticipantlist steps
2021-07-21 12:32:10 -05:00
Calin Chitu
0c76d7532c
feat(native-participants-pane) fixed lint errors
2021-07-21 12:32:10 -05:00
Calin Chitu
cb0b68f840
feat(native-participants-pane) removed button component, fixed icons inside paper button component and reverted actions.js files
2021-07-21 12:32:10 -05:00
Calin Chitu
bdd6638067
feat(native-participants-pane) fixed lint errors
2021-07-21 12:32:10 -05:00
Calin Chitu
8b44e06f2c
feat(native-participants-pane) separated native actions from web actions and created any actions for the common ones
2021-07-21 12:32:10 -05:00
Calin Chitu
79edc1b358
feat(native-participants-pane) updated styles for button component and participant item related components
2021-07-21 12:32:10 -05:00
Calin Chitu
6597bfc2aa
feat(native-participants-pane) added showHeaderWithNavigation prop to JitsiModal and created close button
2021-07-21 12:32:10 -05:00
Calin Chitu
e0a2320d75
feat(native-participants-panel) renamed ParticipantsPanel to ParticipantsPane and created modal
2021-07-21 12:32:10 -05:00
Calin Chitu
81e9fca03b
feat(native-participants-panel) created participants panel overflowmenu button
2021-07-21 12:32:10 -05:00
robertpin
76f8302aeb
fix(recording-label) Make REC label visible at all times ( #9578 )
2021-07-21 11:46:49 +03:00
Mihai-Andrei Uscat
7263829763
feat(DominantSpeakerName): Implement
2021-07-21 09:05:47 +03:00
Mihai-Andrei Uscat
b7ab3ea052
fix(Thumbnail, Drawer): Remove hover state; Prevent outside propagation
2021-07-21 09:05:47 +03:00
hmuresan
2bac757ca6
feat(branding): Add custom avatar backgrounds
2021-07-20 18:56:06 +03:00
robertpin
c10805f81b
feat(sound-settings) Added ability to control sounds
2021-07-20 14:56:57 +03:00
robertpin
251eec19cd
fix(reactions) Batch events before sending
2021-07-20 14:31:49 +03:00
robertpin
4276f82c03
feat(billing-counter) Removed iframe billing-counter callbacks ( #9537 )
...
* Removed iframe billing-counter callbacks
* Moved remaining items to jaas
* Fixed import path
* Removed billingCounter condition
* Use getvpaasTenant in middleware
* Removed billingId
* Path fix
* Removed jwt from isVpaasMeeting
* Fix isVpaas
2021-07-20 11:58:42 +03:00
Tudor-Ovidiu Avram
12be14bd4b
fix(jaas) do not deeplink jaas users on default 8x8 app scheme
2021-07-16 17:05:21 +03:00
Tudor-Ovidiu Avram
420a7d8110
fix(jaas) fix vpaas condition
2021-07-16 15:49:57 +03:00
hmuresan
17f77a4246
fix(support-url): Hide contact support button when SUPPORT_URL is empty
...
- fix issue on error notification on invite contacts
2021-07-16 14:53:26 +03:00
hmuresan
6f9944a2d0
fix(iOS-mailto): Send no new line invite on default email
...
- addresses this issue: https://developer.apple.com/forums/thread/681023
2021-07-16 13:27:29 +03:00
Avram Tudor
73328810e4
fix(jaas) hide chrome banner regardless of jwt ( #9565 )
2021-07-16 13:17:28 +03:00
tudordan7
bb8c30a6c9
fix(virtual-background): Add logs on virtual background actions.
2021-07-16 10:31:35 +03:00
Hristo Terezov
c5438ecd0c
fix(AOT): participant selection.
2021-07-15 18:03:17 -05:00
robertpin
ea0d953d1c
feat(reactions-webhook) Added reactions backend call for webhook ( #9534 )
...
* Added backend call for reactions webhook
* Updated webhook url
* Fixed linting error
* Code review fixes
* Fixed linting errors
2021-07-15 15:23:48 +03:00
hmuresan
b3e03fe50c
fix(aot): Remove dependency to translate from StatelessAvatar.js
...
- translate uses interfaceConfig object which does not exist in AOT context
2021-07-15 14:57:33 +03:00
Tudor-Ovidiu Avram
0ab905bf75
code review
2021-07-15 14:44:28 +03:00
Tudor-Ovidiu Avram
5a3607f63f
fix*(jaas) redirect to plan limit page on connection failed
2021-07-15 14:44:28 +03:00
robertpin
1223c63f69
fix(reactions) Updated list of reactions & disabled incoming message sound ( #9550 )
...
* Changed reactions
* Disable incoming message sound on reactions
2021-07-15 10:26:27 +03:00
Avram Tudor
e8ee65db82
fix(jaas) always hide chrome banner ( #9546 )
2021-07-14 16:16:21 +03:00
Avram Tudor
5cba6c7bc7
fix(jaas) fix jaas customer details endpoint ( #9542 )
2021-07-14 11:26:04 +03:00
tudordan7
52ee9b5151
fix(virtual-background): Prevent memory leak when desktop share as a virtual background is applied.
2021-07-13 17:30:29 +03:00
robertpin
7d3953de51
Fixed ( #9533 )
2021-07-13 11:55:07 +03:00
robertpin
601ee219e7
feat(reactions) Added Reactions ( #9465 )
...
* Created desktop reactions menu
Moved raise hand functionality to reactions menu
* Added reactions to chat
* Added animations
* Added reactions to the web mobile version
Redesigned the overflow menu. Added the reactions menu and reactions animations
* Make toolbar visible on animation start
* Bug fix
* Cleanup
* Fixed overflow menu desktop
* Revert mobile menu changes
* Removed unused CSS
* Fixed iOS safari issue
* Fixed overflow issue on mobile
* Added keyboard shortcuts for reactions
* Disabled double tap zoom on reaction buttons
* Refactored actions
* Updated option symbol for keyboard shortcuts
* Actions refactor
* Refactor
* Fixed linting errors
* Updated BottomSheet
* Added reactions on native
* Code cleanup
* Code review refactor
* Color fix
* Hide reactions on one participant
* Removed console log
* Lang fix
* Update schortcuts
2021-07-13 09:50:08 +03:00
tudordan7
8db3a341b3
fix(virtual-background): Set x scale to default value on desktop share as a virtual background deactivation.
2021-07-12 15:32:58 +03:00
Tudor D. Pop
8d562b9d59
fix(share-youtube-video): Validate youtube url.
2021-07-09 10:16:35 -04:00
Hristo Terezov
0bdc7d42c5
feat: Participants optimisations ( #9515 )
...
* fix(participants): Change from array to Map
* fix(unload): optimise
* feat: Introduces new states for e2ee feature.
Stores everyoneSupportsE2EE and everyoneEnabledE2EE to minimize looping through participants list.
squash: Uses participants map and go over the elements only once.
* feat: Optimizes isEveryoneModerator to do less frequent checks in all participants.
* fix: Drops deep equal from participants pane and uses the map.
* fix(SharedVideo): isVideoPlaying
* fix(participants): Optimise isEveryoneModerator
* fix(e2e): Optimise everyoneEnabledE2EE
* fix: JS errors.
* ref(participants): remove getParticipants
* fix(participants): Prepare for PR.
* fix: Changes participants pane to be component.
The functional component was always rendered:
`prev props: {} !== {} :next props`.
* feat: Optimization to skip participants list on pane closed.
* fix: The participants list shows and the local participant.
* fix: Fix wrong action name for av-moderation.
* fix: Minimizes the number of render calls of av moderation notification.
* fix: Fix iterating over remote participants.
* fix: Fixes lint error.
* fix: Reflects participant updates for av-moderation.
* fix(ParticipantPane): to work with IDs.
* fix(av-moderation): on PARTCIPANT_UPDATE
* fix(ParticipantPane): close delay.
* fix: address code review comments
* fix(API): mute-everyone
* fix: bugs
* fix(Thumbnail): on mobile.
* fix(ParticipantPane): Close context menu on click.
* fix: Handles few error when local participant is undefined.
* feat: Hides AV moderation if not supported.
* fix: Show mute all video.
* fix: Fixes updating participant for av moderation.
Co-authored-by: damencho <damencho@jitsi.org>
2021-07-09 15:36:19 +03:00
robertpin
bad58f6508
feat(JaaS-JWT) Get JWT for JaaS ( #9512 )
...
* Added get JWT for JaaS
* Code review fix
2021-07-09 09:30:49 +03:00
Hristo Terezov
dc60418613
fix(settings): imports that break mobile.
2021-07-09 06:56:14 +03:00
hmuresan
f2f545a57f
fix(connection-indicator) Fix detecting local/remote participant
2021-07-08 20:28:39 +03:00
Tudor D. Pop
d72b27d46d
fix(virtual-background): Fix mirror behavior for remote participants.
2021-07-08 13:20:12 -04:00
Hristo Terezov
e1fef8d848
fix(tile-view): when iAmRecorder=true.
2021-07-08 09:06:53 -05:00
Avram Tudor
62c78950cd
feat(toolbox) allow any toolbox button to be displayed in main toolbar ( #9488 )
...
* feat(toolbox) allow any toolbox button to be displayed as main
fixes the previous behaviour where only a certain set of buttons were whitelisted for being displayed in the main toolbar
* code review
* code review - fix avatar icon position
2021-07-08 16:42:07 +03:00
Andrei Gavrilescu
da7358d564
feat(audio-screen-share): improved ux flow ( #9411 )
...
* add button state / helper dialog
* new audio screen share flow
* change error message
* address a couple of merge conflicts
* fix lint
* address code review
* address code review
* restrict audio screen share on mobile browsers
2021-07-07 11:07:30 +03:00
robertpin
58ef72dce5
fix(feedback-dialog) Removed mouseover on mobile
2021-07-07 10:32:59 +03:00
hmuresan
b995221a2b
feat(thumbnails) Add changes to mobile context menu
...
- long touch on thumbnail opens context menu
- hide context menu icon
- add button for connection info to context menu
2021-07-06 16:46:53 +03:00
Calin Chitu
ae9bea1a0c
fix(av-moderation) added optional chaining for moderation enabling
2021-07-01 16:41:37 +03:00
robertpin
2174368d23
Exposed preferredCodec
2021-06-30 15:55:49 +03:00
Avram Tudor
abc984f83b
fix(css) fix various layout issues on small screen sizes ( #9464 )
2021-06-30 12:01:47 +03:00
robertpin
24503c3bd3
feat(config) Added option to remove Show More link from GSM popover
...
* Whitelisted enableSaveLogs
* Added config option to hide Show More on GSM popover
* Updated config option
2021-06-29 16:42:23 +03:00
Victor de Francisco
d4c7fc8a72
Include support for translated string resources at device permission dialog because it contains hardcoded english strings.
2021-06-29 15:58:14 +03:00
Andrei Gavrilescu
13f9299921
fix(external-api): update settings on api device change
2021-06-28 14:51:40 +03:00
Tudor-Ovidiu Avram
c356c2360c
fix(build) split jaas actions
2021-06-28 14:18:16 +03:00
Avram Tudor
01867ed343
fix(build) add missing file for native builds ( #9461 )
2021-06-28 12:56:34 +03:00
Jaya Allamsetty
765fbe5e1d
feat: Change the screenshare capture fps from UI. ( #9438 )
...
* feat: Change the screenshare capture fps from UI.
Add the ability to change the capture frame rate for screenshare from the UI. The fps becomes effective only on screen shares that are started after the setting is changed.
* squash: add missing JSDOCs and translations for frames-per-second.
2021-06-28 10:48:16 +03:00
Avram Tudor
ea56010e09
feat(jaas) display messages about features that are disabled for jaas… ( #9448 )
...
* feat(jaas) display messages about features that are disabled for jaas users
* code review
2021-06-25 16:28:54 +03:00
Tudor D. Pop
74d65ff596
fix(virtual-background): Fix resize action and prevent mirror behavio… ( #9441 )
...
* fix(virtual-background): Fix resize action and prevent mirror behaviour on desktop share as a virtual background.
Co-authored-by: tudordan7 <tudor.pop@decagon.tech>
2021-06-24 11:21:34 -04:00
Calin Chitu
7945f14cee
fix(chat) removed unread msgs counter on chat open
2021-06-24 13:15:01 +03:00
lala
35c7f156db
fix(i18n): LocaleDetector should consider the language tag
2021-06-24 12:41:17 +03:00
Hristo Terezov
07a69ba040
fix(pagination): keys
2021-06-23 16:57:26 -05:00
Hristo Terezov
2d319d18c3
feat: request video only for visible thumbnails.
2021-06-23 16:57:26 -05:00
Hristo Terezov
16cfda3c7a
feat(Filmstrip): Pagination.
2021-06-23 16:57:26 -05:00
Дамян Минков
64ae9c7953
feat: UI part for A/V moderation. ( #9195 )
...
* feat: Initial UI part for A/V moderation.
Based on https://github.com/jitsi/jitsi-meet/pull/7779
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com>
* feat: Hides context menu in p2p or only moderators in the meeting.
* feat: Show notifications on enable/disable.
* feat(moderation): Add buttons to participant list & notifications
* fix(moderation): Fix raised hand participant leaving
* feat(moderation): Add support for video moderation
* feat(moderation): Add mute all video to context menu
* feat(moderation): Redo participants list 'More menu'
* fix: Fixes clearing av_moderation table.
* fix: Start moderation context menu
* fix(moderation): Show notification if unapproved participant tries to start CS
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com>
Co-authored-by: Vlad Piersec <vlad.piersec@8x8.com>
2021-06-23 14:23:44 +03:00
Vlad Piersec
3e8f725c62
fix(vpaas): Don't show recording link to initiator if saving on dropbox
2021-06-23 14:20:27 +03:00
Calinteodor
487da8f231
fix(lobby) disable invite from lobby screen fix #9209 ( #9417 )
...
* fix(lobby) disable invite from lobby screen fix #9209
* fix(lobby) destructered props fix #9209
* fix(lobby) changed const name fix #9209
* fix(lobby) added empty line fix #9209
2021-06-22 20:07:57 +03:00
hmuresan
804d14e112
feat(did-page) Handle SIP number on did info page
2021-06-22 17:25:34 +03:00
Hristo Terezov
0a37ef7d46
fix(VirtualBackgroundDialog): SS on electron.
2021-06-21 17:12:51 +03:00
vp8x8
3d83847e4b
feat(vpaas, recording): Show recording link to recording initiator ( #9362 )
...
* feat(vpaas, recording): Show recording link to recording initiator
This applies only for jaas users for now but is easily extensible.
Changed the recording sharing icon according to ui design.
* fix(vpaas, recording): Guard for deployment info
2021-06-21 11:36:18 +03:00
Tudor D. Pop
dc776d209c
fix(virtual-background): Prevent virtual background selection if it h… ( #9414 )
...
Co-authored-by: tudordan7 <tudor.pop@decagon.tech>
2021-06-18 10:18:05 -04:00
Tudor D. Pop
2ed2a8d41f
fix(wasm-support): WebAssembly browser support. ( #9410 )
...
* fix(wasm-support): WebAssembly browser support.
* fix(wasm-support): WebAssembly browser support.
Co-authored-by: tudordan7 <tudor.pop@decagon.tech>
2021-06-17 09:03:39 -05:00
damencho
be73ed9d19
fix: Checks all parts while parsing config params.
2021-06-16 14:15:44 -05:00
Calinteodor
f991a93afd
fix(toolbox) Copying with Ctrl+C toggles the chat. Fixes #9380
2021-06-16 11:36:36 -05:00
tmoldovan8x8
0bd45a75d2
feat(replace-participant): Add replaceParticipant feature-flag
2021-06-16 14:08:18 +03:00
Tudor-Ovidiu Avram
2eedc2945d
fix(api) invert filmstrip autohide flag
2021-06-15 16:09:01 +03:00
hmuresan
342dd4ceca
feat(replace-participant): Replace participant with same jwt in the conf
...
- update lib-jitsi-meet to version with support for replacing participant
2021-06-15 14:24:12 +03:00
Calinteodor
60188794b5
fix(authentication) language display problem resolved #9385 ( #9390 )
2021-06-14 08:03:27 -05:00
Avram Tudor
9d22da823e
Merge pull request #9368 from jitsi/tavram/mousemove
...
feat(api) expose event for mouse movements inside the iframe
2021-06-14 11:22:22 +03:00
Tudor-Ovidiu Avram
b2985934f7
fix(share-video) fix backwards compatibility issue
2021-06-11 08:37:01 -05:00
tmoldovan8x8
51a996d0e0
fix(rn): adds check for blur function on currentTarget
2021-06-11 13:53:10 +03:00
Tudor-Ovidiu Avram
6b095b9794
feat(api) allow always hiding remote videos for 1-1 calls
2021-06-10 13:43:23 -05:00
Tudor-Ovidiu Avram
7f04767566
feat(api) expose event for mouse movements inside the iframe
2021-06-10 17:45:28 +03:00
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant ( #8921 )
...
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422+ahmadkadri@users.noreply.github.com>
2021-06-10 07:48:44 -05:00
Tudor-Ovidiu Avram
a1e8f36f4f
feat(api) allow filmstrip autohide to be configurable
2021-06-10 12:12:01 +03:00