Saúl Ibarra Corretgé
8532911626
feat(docs) mvoe API documentatrion to the handbook
преди 4 години
Andrei Gavrilescu
479dd989a0
feat: expose MEETING_ID_SET event (#1484)
* expose meeting-id-set event
* typo
преди 4 години
damencho
9fdde46694
feat: Adds option to set ws keepalive url through config.
преди 4 години
Greg ORIOL
6551840eee
Added useTurnUdp option to API documentation (#1448)
* Added useTurnUdp option to API documentation
* Fixed typo
преди 4 години
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 години
Viktor Chernodub
05d6503d66
fix: add `getParticipants` to JitsiConference docs
преди 4 години
Дамян Минков
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 години
SaiKumar Immadi
f4ff52028b
docs for setLocalParticipantProperty, PARTICIPANT_PROPERTY_CHANGED added. (#1375)
* added setLocalParticipantProperty doc
* PARTICIPANT_PROPERTY_CHANGED event doc added
преди 4 години
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 години
Saúl Ibarra Corretgé
f370cccdfb
feat(xmpp) drop the useStunTurn option
Always attempt to discover the configured STUN/TURN servers.
преди 4 години
pavinduLakshan
c5f624b879
fixed incorrect kick() with kickParticipant() in doc/API.md
преди 4 години
Hristo Terezov
b881ccbcc7
feat(external-storage): Support.
преди 4 години
Jaya Allamsetty
1c5e244635
Update docs and examples
преди 4 години
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 години
damencho
8366abe364
ref: Drops callStatsConfIDNamespace and uses only confID.
преди 4 години
Gabriel Imre
0a53da6add
feat(callstats): Add dedicated siteID parameter to allow for injection of jwt-based siteID
преди 4 години
Džuris
70e71d8aa7
doc: fix track event namespace
преди 5 години
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 години
paweldomas
2dce3bff78
ref: disable lipsync by default
The LipSyncHack is currently broken in Jicofo and
will lead to unstable behavior.
преди 5 години
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 години
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 години
Jaya Allamsetty
d653773368
doc: add documentation for setEffect method on JitsiTrack
преди 5 години
Andrei Gavrilescu
e1c2a79e55
updated api doc, additional comments
преди 5 години
Andrei Gavrilescu
5e425a2fd1
refactor / change trigger thresholds
преди 5 години
damencho
dd31f0aff0
Simplifies logic around userID and callstatsUsername in callstats.
преди 5 години
damencho
fe988ae391
Adds option to send email as identifier in stats.
преди 5 години
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 години
Дамян Минков
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 години
Paul Tiedtke
ff62d34b57
docs: add TRACK_AUDIO_LEVEL_CHANGED
преди 5 години
damencho
0a5eaf3d36
Adds start silent config, to disable send/receive audio.
преди 5 години
Leonard Kim
985a0bbfab
feat(conference): add way to check if local participant is hidden
преди 5 години
Roey
5da450a5a1
Update API.md
1. JitsiMeetJS.createLocalTracks constraints missing data.
2. removed duplicate documentation for selectParticipant.
3. added setReceiverVideoConstraint function data.
преди 6 години
Leonard Kim
b664e3246e
fix(docs): update url for loading lib
преди 6 години
Louis Sivillo
0ae96d8e18
Updated API docs to include connectvityEvents
преди 6 години
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 години
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 години
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 години
Saúl Ibarra Corretgé
826dacdc7d
feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥
преди 6 години
damencho
ec34776e1f
Removes disableDesktopSharing option.
преди 7 години
Дамян Минков
62f7e5c73e
Removes Firefox extension handle (removed in FF newer than latest ESR). (#722)
преди 7 години
Saúl Ibarra Corretgé
bebfebf025
doc: remove incorrect note about token parameter
преди 7 години
Saúl Ibarra Corretgé
97a450c778
doc: fix link to public lib-jitsi-meet JS file
преди 7 години
Saúl Ibarra Corretgé
a8349d40a1
feat(JitsiConnectionErrors): remove unused constant (#656)
Also, updatee the documentation section on connection errors.
преди 7 години
Дамян Минков
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 години
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 години
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 години
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
преди 7 години
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 години
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 години
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
преди 8 години