Jaya Allamsetty
1c5e244635
Update docs and examples
5 jaren geleden
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 jaren geleden
damencho
8366abe364
ref: Drops callStatsConfIDNamespace and uses only confID.
5 jaren geleden
Gabriel Imre
0a53da6add
feat(callstats): Add dedicated siteID parameter to allow for injection of jwt-based siteID
5 jaren geleden
Džuris
70e71d8aa7
doc: fix track event namespace
5 jaren geleden
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 jaren geleden
paweldomas
2dce3bff78
ref: disable lipsync by default
The LipSyncHack is currently broken in Jicofo and
will lead to unstable behavior.
5 jaren geleden
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 jaren geleden
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 jaren geleden
Jaya Allamsetty
d653773368
doc: add documentation for setEffect method on JitsiTrack
5 jaren geleden
Andrei Gavrilescu
e1c2a79e55
updated api doc, additional comments
5 jaren geleden
Andrei Gavrilescu
5e425a2fd1
refactor / change trigger thresholds
5 jaren geleden
damencho
dd31f0aff0
Simplifies logic around userID and callstatsUsername in callstats.
5 jaren geleden
damencho
fe988ae391
Adds option to send email as identifier in stats.
5 jaren geleden
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 jaren geleden
Дамян Минков
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.
6 jaren geleden
Paul Tiedtke
ff62d34b57
docs: add TRACK_AUDIO_LEVEL_CHANGED
6 jaren geleden
damencho
0a5eaf3d36
Adds start silent config, to disable send/receive audio.
6 jaren geleden
Leonard Kim
985a0bbfab
feat(conference): add way to check if local participant is hidden
6 jaren geleden
Roey
5da450a5a1
Update API.md
1. JitsiMeetJS.createLocalTracks constraints missing data.
2. removed duplicate documentation for selectParticipant.
3. added setReceiverVideoConstraint function data.
6 jaren geleden
Leonard Kim
b664e3246e
fix(docs): update url for loading lib
6 jaren geleden
Louis Sivillo
0ae96d8e18
Updated API docs to include connectvityEvents
6 jaren geleden
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 jaren geleden
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 jaren geleden
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().
7 jaren geleden
Saúl Ibarra Corretgé
826dacdc7d
feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥
7 jaren geleden
damencho
ec34776e1f
Removes disableDesktopSharing option.
7 jaren geleden
Дамян Минков
62f7e5c73e
Removes Firefox extension handle (removed in FF newer than latest ESR). (#722)
7 jaren geleden
Saúl Ibarra Corretgé
bebfebf025
doc: remove incorrect note about token parameter
7 jaren geleden
Saúl Ibarra Corretgé
97a450c778
doc: fix link to public lib-jitsi-meet JS file
7 jaren geleden
Saúl Ibarra Corretgé
a8349d40a1
feat(JitsiConnectionErrors): remove unused constant (#656)
Also, updatee the documentation section on connection errors.
7 jaren geleden
Дамян Минков
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 jaren geleden
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 jaren geleden
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 jaren geleden
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
8 jaren geleden
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.
8 jaren geleden
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
8 jaren geleden
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
8 jaren geleden
damencho
5158c4f352
Changes lastN event params to be leaving and entering endpoint IDs.
8 jaren geleden
brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
8 jaren geleden
Saúl Ibarra Corretgé
079f95974b
cleanup: Make desktop sharing options consistent and drop deprecated ones
Make sure there are options to set the extension ID and an enabled flag for
both Chrome and Firefox.
Removed checking for deprecated configuration options: desktopSharing,
chromeExtensionId and minChromeExtVersion.
8 jaren geleden
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
8 jaren geleden
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
8 jaren geleden
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
8 jaren geleden
damencho
0f52b939b7
Adds a property to disable/enable talk while muted.
By default talk while muted detection is disabled.
8 jaren geleden
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
8 jaren geleden
paweldomas
9da5aeec84
doc(API): describe 'enableLipSync' option
8 jaren geleden
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
8 jaren geleden
damencho
be22ab769b
Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation.
8 jaren geleden
damencho
234f3384e1
Moves loading of analytics in the library.
8 jaren geleden