Saúl Ibarra Corretgé
8532911626
feat(docs) mvoe API documentatrion to the handbook
4 gadus atpakaļ
Andrei Gavrilescu
479dd989a0
feat: expose MEETING_ID_SET event (#1484)
* expose meeting-id-set event
* typo
4 gadus atpakaļ
damencho
9fdde46694
feat: Adds option to set ws keepalive url through config.
4 gadus atpakaļ
Greg ORIOL
6551840eee
Added useTurnUdp option to API documentation (#1448)
* Added useTurnUdp option to API documentation
* Fixed typo
4 gadus atpakaļ
Anees Hikmat Abu-hamid
fb15078d66
Add replace track to doc
I see we have an option to use replace track in conference level which its missing in this API. thanks
4 gadus atpakaļ
Viktor Chernodub
05d6503d66
fix: add `getParticipants` to JitsiConference docs
4 gadus atpakaļ
Дамян Минков
6bb0b86c0a
feat: Reduce pings and adds xmpp ping config (#1389)
* feat: Skips pinging when there was a recent server response.
* feat: Adds options to control xmpp ping settings.
* fix: Fixes wrong default value.
* squash: Received messages in ping interval sets failed ping to 0
4 gadus atpakaļ
SaiKumar Immadi
f4ff52028b
docs for setLocalParticipantProperty, PARTICIPANT_PROPERTY_CHANGED added. (#1375)
* added setLocalParticipantProperty doc
* PARTICIPANT_PROPERTY_CHANGED event doc added
4 gadus atpakaļ
Paul Tiedtke
dfa10c92f2
Add missing options to docs and improve naming (#1354)
* fix(docs): refactor and fix formatting
* fix(docs): add missing options
* fix(docs): change confusing link naming in README
Closes #1272
4 gadus atpakaļ
Saúl Ibarra Corretgé
f370cccdfb
feat(xmpp) drop the useStunTurn option
Always attempt to discover the configured STUN/TURN servers.
4 gadus atpakaļ
pavinduLakshan
c5f624b879
fixed incorrect kick() with kickParticipant() in doc/API.md
4 gadus atpakaļ
Hristo Terezov
b881ccbcc7
feat(external-storage): Support.
4 gadus atpakaļ
Jaya Allamsetty
1c5e244635
Update docs and examples
4 gadus atpakaļ
Jaya Allamsetty
a7c4951631
cleanup: Get rid of the chrome extension related code for screensharing
- Use getDisplayMedia on browsers where it is supported.
- desktopSharingChromeDisabled and desktopSharingFirefoxDisabled will no longer be supported.
5 gadus atpakaļ
damencho
8366abe364
ref: Drops callStatsConfIDNamespace and uses only confID.
4 gadus atpakaļ
Gabriel Imre
0a53da6add
feat(callstats): Add dedicated siteID parameter to allow for injection of jwt-based siteID
4 gadus atpakaļ
Džuris
70e71d8aa7
doc: fix track event namespace
5 gadus atpakaļ
Jaya Allamsetty
47b292e332
feat(video-quality): control the sender resolution based on video quality settings (#1119)
* feat(video-quality): control the sender resolution based on video quality settings
* fix(video-quality): Apply the settings on newly created p2p/jvb jingle sessions
If a p2p/jvb session is not present when setSenderVideoConstraint is called,
make sure the settings are applied when they are created
5 gadus atpakaļ
paweldomas
2dce3bff78
ref: disable lipsync by default
The LipSyncHack is currently broken in Jicofo and
will lead to unstable behavior.
5 gadus atpakaļ
Paweł Domas
3dcd26e6c2
ref: deprecate and rename 'bosh' option to 'serviceUrl' (#1022)
It can either be a websocket or bosh URL, so the current naming is
confusing.
5 gadus atpakaļ
Andrei Gavrilescu
e4b523d0fa
Noisy microphone detection (#1013)
* feat: implement vad noise detection
* start detection services on initial track add
* additional refactor / calibrate noise detection
* stop detection services on track remove
* address code review
* address code review p2
5 gadus atpakaļ
Jaya Allamsetty
d653773368
doc: add documentation for setEffect method on JitsiTrack
5 gadus atpakaļ
Andrei Gavrilescu
e1c2a79e55
updated api doc, additional comments
5 gadus atpakaļ
Andrei Gavrilescu
5e425a2fd1
refactor / change trigger thresholds
5 gadus atpakaļ
damencho
dd31f0aff0
Simplifies logic around userID and callstatsUsername in callstats.
5 gadus atpakaļ
damencho
fe988ae391
Adds option to send email as identifier in stats.
5 gadus atpakaļ
damencho
ad8cc5a694
Partially reverts 24bda8e and uses domain/roomname to report to cs.
To be sure we always report room name in small case and as mobile and jigasi report this way it will take time for them to adopt which leads to wrong stats.
5 gadus atpakaļ
Дамян Минков
24bda8e941
Adds confID to JitsiConference option and enables callstats siteID. (#934)
* Adds confID to JitsiConference option and enables callstats siteID.
* Simplifies siteID logic and use '/' as default when there is no tenant.
5 gadus atpakaļ
Paul Tiedtke
ff62d34b57
docs: add TRACK_AUDIO_LEVEL_CHANGED
5 gadus atpakaļ
damencho
0a5eaf3d36
Adds start silent config, to disable send/receive audio.
5 gadus atpakaļ
Leonard Kim
985a0bbfab
feat(conference): add way to check if local participant is hidden
5 gadus atpakaļ
Roey
5da450a5a1
Update API.md
1. JitsiMeetJS.createLocalTracks constraints missing data.
2. removed duplicate documentation for selectParticipant.
3. added setReceiverVideoConstraint function data.
6 gadus atpakaļ
Leonard Kim
b664e3246e
fix(docs): update url for loading lib
6 gadus atpakaļ
Louis Sivillo
0ae96d8e18
Updated API docs to include connectvityEvents
6 gadus atpakaļ
Saúl Ibarra Corretgé
91f15f86ab
feat(permissions): refactor keeping track of device permissions
Use the W3C Permissions API where possible. At the time of this writing this is
supported in Chrome >= 64.
6 gadus atpakaļ
Saúl Ibarra Corretgé
3d02a85744
cleanup: remove no longer used code 🔥🔥🔥
The code for handling device availability has been disabled for a long time,
plus it's ill named since it represents 2 abstractions: lack of permissions and
lack of devices.
Time for it to rest in the git graveyard.
6 gadus atpakaļ
Saúl Ibarra Corretgé
6a0c44450a
core: refactor initialization not to return a Promise
There is nothing asynchronous about the initialization process (anymore), thus
turn it into a synchronous method.
In addition, WebRTC support is absolute, it cannot change from not being
supported to being supported (as it plreviously could, thanks to Temasys) so get
rid of the ancillary logic to support that.
Last, introduce a way to check if WebRTC is supported in the current
environment: JitsiMeetJS.isWebRtcSupported().
6 gadus atpakaļ
Saúl Ibarra Corretgé
826dacdc7d
feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥
6 gadus atpakaļ
damencho
ec34776e1f
Removes disableDesktopSharing option.
7 gadus atpakaļ
Дамян Минков
62f7e5c73e
Removes Firefox extension handle (removed in FF newer than latest ESR). (#722)
7 gadus atpakaļ
Saúl Ibarra Corretgé
bebfebf025
doc: remove incorrect note about token parameter
7 gadus atpakaļ
Saúl Ibarra Corretgé
97a450c778
doc: fix link to public lib-jitsi-meet JS file
7 gadus atpakaļ
Saúl Ibarra Corretgé
a8349d40a1
feat(JitsiConnectionErrors): remove unused constant (#656)
Also, updatee the documentation section on connection errors.
7 gadus atpakaļ
Дамян Минков
16d3b2eacb
Uses optional statsId to report to callstats and push it to presence. (#608)
* Uses optional statsId to report to callstats and push it to presence.
The feature is behind a flag which is disabled by default.
* Renames statsId to statsID.
* Fixes doc.
7 gadus atpakaļ
Saúl Ibarra Corretgé
1387e283d4
feat(h264): add ability to disable H.264 (#610)
This is performed by stripping all traces of H.264 from the local SDP before
passing it to `setLocalDescription`.
7 gadus atpakaļ
Saúl Ibarra Corretgé
3295be78c5
feat(JitsiLocalTrack): make mute/unmute more resilient
Instead of failing with an error if another operation is in progress, which is
impossible to know as a user, chain them using the primises API.
7 gadus atpakaļ
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
7 gadus atpakaļ
Iñaki Baz Castillo
28b541d743
feat(DataChannel): add support for WebSockets in addition to data channels
Some browsers may not support data channels (hi there, Edge!) and sometimes it
may not be desirable for other reasons.
7 gadus atpakaļ
Alfredo Guzman
645f13b112
Get local user ID (#495)
* Get local user ID
How to get the id Participate local.
* Correction of the sequence of numbers
7 gadus atpakaļ
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
8 gadus atpakaļ