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
3 лет назад
Avram Tudor
0507f8c2f9
feat(api) expose follow me method (#9486)
3 лет назад
hmuresan
1d45edbb27
feat(external-api): Add send chat message command
3 лет назад
Дамян Минков
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 >
3 лет назад
Calinteodor
2a9b3dc1b2
fix(keyboardshortcut) spacebar release mutes participant (#9434)
* fix(keyboardshortcut) spacebar release mutes participant
* fix(keyboardshortcut) removed extra check
3 лет назад
tmoldovan8x8
0bd45a75d2
feat(replace-participant): Add replaceParticipant feature-flag
3 лет назад
hmuresan
342dd4ceca
feat(replace-participant): Replace participant with same jwt in the conf
- update lib-jitsi-meet to version with support for replacing participant
3 лет назад
hmuresan
cafefecea5
feat(external_api) Expose command for toggling background dlg
3 лет назад
Tudor-Ovidiu Avram
7f04767566
feat(api) expose event for mouse movements inside the iframe
3 лет назад
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 >
3 лет назад
damencho
37e7919fd1
fix: Fixes import warnings.
3 лет назад
Tudor-Ovidiu Avram
3ebfb1de70
code review
4 лет назад
Tudor-Ovidiu Avram
4e4ff0f60f
feat(share-video) Add capability for sharing any direct link video
4 лет назад
Philipp Fruck
f030706a94
fix(external_api) fixed misspelled api command
4 лет назад
Saúl Ibarra Corretgé
b83bc50c03
chore(deps) drop jQuery impromptu
It's no longer used.
4 лет назад
Calin Chitu
546df558e3
feat(settings) removed openTwoButtonDialog from UI module and created react LogoutDialog component
4 лет назад
Calinteodor
f377455069
fix(UI) removed unused methods
4 лет назад
Calinteodor
98658f573c
fix(authentication): removed old LoginDialog.js file, fixed redirection to the external auth and created actions.any.js (#9049)
* fix(authentication) login dialog now closes when connection is established
* fix(authentication) fixed shibboleth auth
* fix(authentication) renamed authenticateExternal func to authenticate and updated its logic
* fix(authentication)removed logindialog.js and created actions.any
* fix(authentication) removed focus from externalauthwindow
* fix(authentication) removed private sign from some actions and added openLoginDialog to actions.any
* fix(authentication) exported all from actions.any
* fix(authentication) reverted change regarding externalAuth
* fix(authentication) fixed indentation
4 лет назад
Gabriel Imre
d014a52ab3
feat(participants-pane) implement participants pane
4 лет назад
Andrei Gavrilescu
6d3d65da03
feat(screenshare): Audio only screenshare (#8922)
* audio only screen share implementation
* clean up
* handle stop screen share from chrome window
* update icon
4 лет назад
Calinteodor
bf3726cb93
feat(rn,security) add security dialog
4 лет назад
Mihai-Andrei Uscat
a78ca5fcad
feat(external_api): Add command for toggling localFlipX
4 лет назад
Mihai-Andrei Uscat
1ad40de487
feat(external_api): Add command for toggling camera on mobile web
4 лет назад
Calinteodor
e035d33fa9
feat(authentication) refactor auth dialogs to use React
4 лет назад
Izak Glasenčnik
05f3b4390d
feat(iFrame): Emit event when recording status changes, including errors (#7973)
* feat(iFrame): Emit event when recording status changes, including errors
* Fix APP access on mobile
4 лет назад
hmuresan
f7c0d4f1fe
feat(background alpha) Set background transparency
4 лет назад
hmuresan
07f16a7a51
feat (external-api) Add command for setting tile view mode
4 лет назад
BenjaminVega
6175a5cad5
Be able to toggle the raise-hand via external-api (#8838)
* Be able to toggle the raise-hand via external_api
* Code Review inputs
4 лет назад
Hristo Terezov
f50872285d
ref(Filmstrip): Use Thumbnail component.
4 лет назад
luz paz
817d54b0b9
fix(misc) typos
Found via `codespell -q 3 -S ./lang`
4 лет назад
Jaya Allamsetty
2784c43a1b
fix(UI): Add playsinline attribute for remote video.
For the video to play on Safari mobile browser, the playsInline attribute needs to be set to true. Set the mute attribute as well which was accidentally removed in code refactor.
4 лет назад
Hristo Terezov
f5a34183e9
fix(useVideoStream): error handling & add logs.
4 лет назад
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
4 лет назад
Jaya Allamsetty
0ee03f1538
feat(browser-support): Add support for WKWebview based browsers.
4 лет назад
Calinteodor
430591bd1e
feat(shared-video) refactor dialog to use React
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
4 лет назад
Hristo Terezov
b1a3c5cd7b
feat(external_api): allow clipboard-write
4 лет назад
Steffen Kolmer
23bb824731
feat: Added mute video moderation feature (#8630)
* Added mute video feature
* Fixed export
* Fixed some issues
* Added remote video mute notification
* Fixed import
* Fixed conference event handling
* Fixed some linting issues
* Fixed more linter errors
* turn screenshare off on remote video mute
* Fix linter issue
* translations added for mute video feature
* Added video mute button to interface config
* Updated lib-jitsi-meet
* Fix copy paste error
Co-authored-by: nurjinn jafar <nurjin.jafar@nordeck.net >
4 лет назад
tmoldovan8x8
65c56669c4
feat refactors the chat flow so it has open and close functions
4 лет назад
hmuresan
1a789130a3
feat (external_api) add command for kick participant
4 лет назад
niteshletxsoft
bca9a12df1
feat(external_ap) add api call to get live stream url
4 лет назад
Shoolpani Dubey
a57b967f2e
fix(external_api) add autoplay capabilities to created iframe
Should fix https://github.com/jitsi/jitsi-meet/issues/7037
4 лет назад
Tudor-Ovidiu Avram
dcaad41e69
feat(external_api) add event for chat updates (unread counter, open state)
4 лет назад
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4 лет назад
hmuresan
1196ede961
feat(external-api) set `privateMessage` flag on `incoming-message`
4 лет назад
Hristo Terezov
fdb8f76b90
fix(Thumbnail): imports.
4 лет назад
Hristo Terezov
e161cbc4bd
fix(SmallVideo): computeDisplayModeInput
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
4 лет назад
Hristo Terezov
51e381a0b1
ref(Thumbnail): Create React component.
4 лет назад
hmuresan
4dda508708
feat(external_api) add command and event listener for CS
4 лет назад
hmuresan
0a5910f0b3
feat(external_api) set and cancel private chat through external API
- allow managing chat through API when chat button is not present on UI
4 лет назад
Asif
cd29f10fa8
feat: emit raise hand event to external API (#8312)
* Expose raise hand event to external application
* Fix linting issues
* fix the app non existing issue
4 лет назад