Maciej Zakrzewski
cced41665d
fix(local-recording) after IFrame sandboxing
...
Fix local recording saving not working after IFrame sanbox introduciton. The allow-downloads flag was missing.
2023-02-02 10:45:48 +01:00
Saúl Ibarra Corretgé
5dce74e21d
fix(external-api) fix sending forms after introduction of sandbox
...
Ref: https://github.com/jitsi/jitsi-meet-electron/issues/837
2023-01-26 11:36:58 +01:00
Saúl Ibarra Corretgé
da5e19fa98
fix(external-api) fix no longer allowing popups
...
These are used by the Electron app to open links in the chat, for
example.
2023-01-23 19:06:51 +01:00
Saúl Ibarra Corretgé
a7b25d6d7b
ref(external-api) set ifrma source last
...
Make sure the ifrme is fully configured before setting the source URL
and thus triggering the load.
2023-01-19 14:11:29 +01:00
Saúl Ibarra Corretgé
43b91b16da
feat(external-api) sandbox the iframe
...
Give it the minimum amount of permissions necessary to run.
2023-01-19 14:11:29 +01:00
Avram Tudor
d7bedb2e07
ref(misc) remove unused code for dock / undock ( #12661 )
...
* ref(misc) remove unused code for dock / undock
* remove translations
2022-12-09 15:19:57 +02:00
Andrei Gavrilescu
94ec2c720d
feat(rtcstats): report pc connection failure ( #12560 )
...
* report pc connection failure
* typos
* code review / update rtcstats
* check for undefined APP
2022-11-21 15:32:18 +02:00
Saúl Ibarra Corretgé
f7926c9cfb
fixup!
2022-11-18 19:56:36 +01:00
Shawn
17cace070e
feat(external-api) Add endConference command
2022-11-09 16:00:17 +01:00
Hristo Terezov
49bcf5c179
fix(iframeAPI): pinParticipant & setLargeVideo
...
Add the ability to specify video type when in multistream mode.
2022-11-01 18:33:09 -05:00
Horatiu Muresan
9d57c8e058
fix(external-api) Add email to local participant info
2022-09-14 17:57:08 +03:00
Bogdan Duduman
0f63e560b0
feat(external_api) add adbility to resize the filmstrip
2022-09-12 14:08:55 +02:00
Duduman Bogdan Vlad
5f62acc67c
fix(external_api): Fix number of participants in meeting ( #12052 )
2022-09-06 09:51:38 +03:00
Horatiu Muresan
cc5a3e499f
feat(aot-prejoin) Add support for showing AOT on prejoin
2022-08-30 11:42:29 +03:00
apetrus20
11f6b442fe
feat (screen-share) Added logs and emit iframe event for video and audio sharing ( #12051 )
2022-08-23 15:17:18 +03:00
Andrei Gavrilescu
1abc6b1e4a
feat(noise-suppression): add toggle noise-suppression API ( #11968 )
...
* add toggle noise-suppression API
* switch NS API from toggle to set
2022-08-04 15:47:49 +03:00
Shawn Chin
94074836ec
feat(external-api) Add command to show custom in-meeting notification ( #11897 )
...
* feat(external-api) Add command to show custom in-meeting notification
* fix lint
* added uid to showNotifications, added hideNotifications
2022-08-01 13:37:41 +03:00
luzpaz
c7f96de787
fix(misc) fix typos
...
Found via `codespell -q 3 -S ./lang -L miliseconds`
2022-07-14 09:10:08 +02:00
Robert Pintilii
d0790736db
feat(external-api) Add participants pane toggled event ( #11718 )
2022-06-21 16:23:33 +03:00
Дамян Минков
f3c6b54ffa
fix: When adding a room param to urls check for previous params. ( #11607 )
...
* fix: When adding a room param to urls check for previous params.
* squash: Uses URL object to modify the url.
* squash: Use common connection options from base/connection.
Normalizes bosh url and for web.
* squash: Adds release param to external api and handles it.
* feat: Adds release handling for mobile(links in welcome page).
* squash: Fixes comments.
2022-06-16 15:27:41 +03:00
Avram Tudor
543f273792
feat(undock) expose buttons for docking / undocking iframe ( #11560 )
2022-05-23 15:42:25 +03:00
Robert Pintilii
769f0a8452
feat: Add name overwrite API ( #11543 )
2022-05-20 13:45:09 +03:00
Horatiu Muresan
eb64ea6aba
fix(always-on-top) Fix audio mute button disabled status
2022-04-26 15:32:18 +03:00
Gabriel Borlea
dde8c586da
feat(external-api): add toggle subtitles command ( #10070 )
...
* feat(external-api): add toggle subtitles command
* feat(external-api): add set subtitles command
2022-04-20 11:43:18 +03:00
Horatiu Muresan
8f641b7bb1
fix(start-silent) Disable AOT mic and unmute notif when start silent
2022-04-18 17:17:51 +03:00
Avram Tudor
ceb8d3348d
feat(face-landmarks) add API event for providing face landmark data ( #11347 )
2022-04-08 10:12:38 +03:00
Robert Pintilii
9a78011daf
feat(external-api) Add grantModerator command ( #11199 )
2022-03-23 11:31:44 +02:00
Horatiu Muresan
4b95a5d6cb
fix(language) Add lang API option
...
- jwt from API overwrites any jwt sent as queryparam
- `defaultLanguage` from configOverwrite converts to `lang` query param
2022-03-08 16:57:53 +02:00
Mihaela Dumitru
2e8a635373
feat(external-api) add commands to open/close the participants pane
2022-02-04 16:11:08 +02:00
Mihaela Dumitru
01ab415941
feat(external-api) expose breakout rooms actions
2022-02-04 12:51:33 +02:00
Mihaela Dumitru
39e0dc84e0
feat(external-api): add local subject command ( #10636 )
...
* feat(external-api): add local subject command
* add to whitelist
* apply config value
2021-12-17 09:38:15 +02:00
tmoldovan8x8
2e69ec71c5
feat(e2ee) add externally managed key mode
2021-11-16 12:12:10 +01:00
Saúl Ibarra Corretgé
8f08a54fb2
chore(deps) adapt to logger package rename
2021-11-10 14:40:17 +01:00
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
2021-11-09 09:43:55 +01:00
Horatiu Muresan
e273a05dd0
feat(external-api): Add recording download link available event ( #10229 )
2021-10-22 11:53:22 +03:00
Mihaela Dumitru
f435fc4ade
feat(external-api): add knocking event and approve/reject command ( #10210 )
2021-10-21 10:39:13 +03:00
hmuresan
7102ad1186
feat(external-api) Expose deployment info through API
...
- Set region along shard from xmpp
2021-10-07 09:41:42 -05:00
robertpin
09835a672b
feat(external_api) Exposed AV Moderation to the iFrame API
...
Renamed event property
2021-10-06 14:21:27 +03:00
Saúl Ibarra Corretgé
12139655c6
feat(external-api) add data-channel-open event
...
Signals that the bridge channel is open. It may take a few ms to get established
after the conference join, so applications might be interested in using it once
ready.
2021-09-30 12:31:41 +02:00
Vlad Piersec
0bf52b613b
feat(api): Expose event used for sending browser support
2021-09-22 09:20:56 +03:00
Horatiu Muresan
1add438a1f
feat(toolbar-buttons): Add event for notify overwritten toolbar buttons
2021-09-14 10:07:20 +03:00
Izak Glasencnik
6673d12cec
feat(external_api): Command to set participant volume
2021-09-09 18:34:34 -05:00
hmuresan
00b5ce71e0
fix(external-api): Avoid naming event 'error'
...
- EventEmmitter treats 'error' as a special case and throws error.
2021-09-02 19:37:23 +03:00
Horatiu Muresan
7966c8f88f
feat(errors) Expose errors through Iframe API ( #9801 )
2021-08-25 15:23:40 +03:00
Pierre
d6b5687828
fix(misc) fix typeof comparison to undefined
2021-08-06 09:51:54 +02:00
hmuresan
2bac757ca6
feat(branding): Add custom avatar backgrounds
2021-07-20 18:56:06 +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
Avram Tudor
0507f8c2f9
feat(api) expose follow me method ( #9486 )
2021-07-06 14:37:31 +03:00
hmuresan
1d45edbb27
feat(external-api): Add send chat message command
2021-06-24 13:15:53 +03:00
hmuresan
cafefecea5
feat(external_api) Expose command for toggling background dlg
2021-06-14 14:33:34 +03:00