hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
4 yıl önce
Hristo Terezov
b1a3c5cd7b
feat(external_api): allow clipboard-write
4 yıl önce
hmuresan
1a789130a3
feat (external_api) add command for kick participant
5 yıl önce
niteshletxsoft
bca9a12df1
feat(external_ap) add api call to get live stream url
5 yıl önce
Shoolpani Dubey
a57b967f2e
fix(external_api) add autoplay capabilities to created iframe
Should fix https://github.com/jitsi/jitsi-meet/issues/7037
5 yıl önce
Tudor-Ovidiu Avram
dcaad41e69
feat(external_api) add event for chat updates (unread counter, open state)
5 yıl önce
hmuresan
4dda508708
feat(external_api) add command and event listener for CS
5 yıl önce
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
5 yıl önce
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
5 yıl önce
Mihai-Andrei Uscat
a8db3c1b28
chore(popups): Move popup configs to electron-utils
5 yıl önce
Saúl Ibarra Corretgé
ad496ac245
feat(external_api) drop support for noSSL option
Bwrosers have not allowerd WebRTC on non-secure origins for a very long time
now.
5 yıl önce
Jaya Allamsetty
fbfaed07b2
feat(iFrame): Add recording options for RTMP streaming.
Add methods for start/stop recording in addition to the commands that we already have.
5 yıl önce
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
5 yıl önce
Jaya Allamsetty
0f9e01a7cf
feat(iFrame): Add method for pinning a participant on stage view
5 yıl önce
Jaya Allamsetty
09124ad7e9
fix(iframe): Use largeVideo video element for screenshot.
Get the existing HTMLVideoElement for large video instead of creating a new video element for capturing the screenshot.
This should prevent the video player from getting displayed on mobile Safari.
5 yıl önce
Jaya Allamsetty
1d5decc14f
feat(iFrame): Add a method for capturing screenshot of the large video (#7717)
5 yıl önce
Jaya Allamsetty
bbb4fbd5f8
feat(iFrame): Add a method for resizing large video container from iFrame
5 yıl önce
Jaya Allamsetty
8dbe3e37b9
feat(iFrame): add a method for getting the participants info
5 yıl önce
Tudor-Ovidiu Avram
e2731ce73e
feat(loggin) forward logs to external api
5 yıl önce
Jaya Allamsetty
4d1dba937f
feat(external_api): Add method for displaying participant on large video
5 yıl önce
Jaya Allamsetty
b6792db65f
feat(external_api): Add cmd for selecting a user to be displayed in large video
5 yıl önce
Hristo Terezov
fc75d45c6c
feat(video-quality): add iframe event and getter.
5 yıl önce
Saúl Ibarra Corretgé
af5d4c850b
external_api: filter postis events origin
5 yıl önce
Gabriel
4bfc80ecb9
external_api: add ability to toggle lobby
5 yıl önce
Samuel Retika
312813e677
Adding isSharingScreen() to external API
5 yıl önce
hmuresan
b4b4339a1a
external_api: add start/stop recording commands
5 yıl önce
Alejandro Blanco
2e2d40c1d0
external-api: add muteEveryone command
5 yıl önce
Jaya Allamsetty
a48aa2b999
feat(external_api): Add command for setting send/recv video quality
5 yıl önce
Jim Bullington
acbf641fb4
Add participantRoleChanged event to external API (#6573)
* Add participantRoleChanged event to external API
* Update API documentation
* Remove unneeded whitespace
* Remove more unneeded whitespace
* Fix jsdoc formatting
* Fix jsdoc formatting
5 yıl önce
Saúl Ibarra Corretgé
33ebd241a9
external_api: add command to set E2EE key
5 yıl önce
horymury
4616065b1d
external_api: add ability to send a text message through datachannels
5 yıl önce
Arzar
011b7f9d00
fix(external_api): Pass Feature-Policy display-capture to the iframe
Starting from version 74, firefox need to be explicitly allowed to capture the screen from an iframe for screensharing. This new Feature-Policy is called "display-capture".
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy/display-capture
5 yıl önce
Дамян Минков
50f4796144
Adds an option to set email through iframe API init and to stats. (#4842)
* Adds an option to set email through iframe API init and to stats.
* Simplifies configuring email and displayName in stats.
Removes enableStatsID as not needed as when off we are sending as callstats id xmpp resource which is unique per call and id must be something that sticks between calls (callstatsUsername).
* Adds email and displayName in stats config for mobile.
* chore(deps): Updates lib-jitsi-meet to latest dd31f0a .
* Removes enableStatsID from config and whitelist.
6 yıl önce
Saúl Ibarra Corretgé
2ccd4968a4
external_api: don't use the Jitsi Meet logger
This is for other applications to use, and it's currently only used for logging
1 line, so use console.error.
6 yıl önce
virtuacoplenny
55ff9dbe80
feat(api): expose method for playing touch tones (#4584)
6 yıl önce
Jip-Hop
2c70388a9e
Get participant specific video element
* Get participant specific video element
We now have the ability to select the video element for specific participants. I'm tweaking the jitsi-meet-electron app for my use case. I need to open Always On Top windows for specific participants, so the current _getLargeVideo() wont suffice.
I made a post about this in the Developers section on the Jitsi Community Forum, but it got blocked by Akismet.
* Add dots at end of sentence.
* Fixed ESlint errors and add additional check for iframe.
* Use _myUserID instead of string.
* Return the local video by default if participantId is undefined.
* Fixed mistake in string template.
6 yıl önce
Karthik Muralidharan
b658f20a30
feat(API): add dominant speaker changed event
Fixes: https://github.com/jitsi/jitsi-meet/issues/4049
6 yıl önce
Leonard Kim
0734ce7ae3
feat(api): add notifications for kicked participants
6 yıl önce
damencho
bb3a10b0fc
Safe guard for removed parent node of the iframe.
6 yıl önce
damencho
f77976b742
Notify for detecting suspend.
6 yıl önce
Leonard Kim
ae3b70eb13
feat(api): notify of password required
6 yıl önce
virtuacoplenny
251da1861a
feat(api): notify api of mic and camera errors (#4289)
- Use actions to notify the rest of the app that
a mic or camera error has occurred
- Use middleware to respond to those notifications
of errors by showing in-app notifications and
notifying the external api
6 yıl önce
Leonard Kim
37b343a797
feat(api): add ability to toggle tile view
6 yıl önce
Hristo Terezov
829e5597d5
fix(iframe-api-devices): Misc small issues.
6 yıl önce
Hristo Terezov
f2e0704b93
fix(filmstrip-only): DeviceSelectionPopup
6 yıl önce
Hristo Terezov
a7aaf31c79
feat(iframe-api): Add deviceListChanged event.
6 yıl önce
Hristo Terezov
4967488e56
ref(iframe-api-devices): Use labels instead of IDs
6 yıl önce
Hristo Terezov
ed1d3d3df5
fix(api-devices): Initial device function calls
6 yıl önce
Hristo Terezov
427f49367b
feat(iframe-api): Device handling.
6 yıl önce
Hristo Terezov
cb8e9eed5e
feat(subject): UI
6 yıl önce