Saúl Ibarra Corretgé
09b98457ba
fix(e2ee) update docs after dropping signatures
4 년 전
Saúl Ibarra Corretgé
5e998d3279
fix(example) simplify
- Drop unneeded bundled libraries
- Use jQuery from a CDN
4 년 전
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 년 전
Jorge Vallecillo
713db5d8c3
Fix typos on comments
5 년 전
Дамян Минков
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
5 년 전
Philipp Hancke
6784189600
(feat) e2ee: sign and verify frames (#1373)
Signs and verifies frames. For now this is done on every frame.
This is not the long-term goal and there needs to be a better strategy.
5 년 전
SaiKumar Immadi
f4ff52028b
docs for setLocalParticipantProperty, PARTICIPANT_PROPERTY_CHANGED added. (#1375)
* added setLocalParticipantProperty doc
* PARTICIPANT_PROPERTY_CHANGED event doc added
5 년 전
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
5 년 전
Saúl Ibarra Corretgé
5a462a2eb5
fix(e2ee) add more documentation
5 년 전
Saúl Ibarra Corretgé
f370cccdfb
feat(xmpp) drop the useStunTurn option
Always attempt to discover the configured STUN/TURN servers.
5 년 전
Philipp Hancke
00c8cfad98
e2ee: sync key ring size and packet format
this uses the full four bits in the wire format. The wire format
looses the (currently not implemented) extensibility with variable
length keys.
5 년 전
Philipp Hancke
4a6e493f41
e2ee: Ratchet the key forward on authentication tag errors
similar to what is explained here:
https://tools.ietf.org/html/draft-omara-sframe-00#section-4.3.5.1
but we do it on authentication tag failures since it is not possible
to tell whether decrypt.
5 년 전
pavinduLakshan
c5f624b879
fixed incorrect kick() with kickParticipant() in doc/API.md
5 년 전
Hristo Terezov
b881ccbcc7
feat(external-storage): Support.
5 년 전
Philipp Hancke
85fde1aeae
e2ee: use CTR instead of GCM
following
https://tools.ietf.org/html/draft-omara-sframe-00
but putting the frame metadata into a trailer instead of a header.
We call this JFrame.
Also the key we get from OLM is high entropy so we do not need
to use PBKDF2 but can use HKDF instead. See
https://wiki.developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/deriveKey#HKDF
5 년 전
Aaron van Meerten
a3e9f1c39f
fix: update token doc for tenant details, new prosody (#1316)
5 년 전
Jaya Allamsetty
1c5e244635
Update docs and examples
5 년 전
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 년 전
Jesús Espino
4646555998
doc: add the missing description of the email field
5 년 전
damencho
8366abe364
ref: Drops callStatsConfIDNamespace and uses only confID.
5 년 전
Gabriel Imre
0a53da6add
feat(callstats): Add dedicated siteID parameter to allow for injection of jwt-based siteID
5 년 전
Philipp Hancke
cbad14bc48
e2ee: derive per-participant keys
derived from the participant id in addition to the salt, separated by a null
byte to avoid ambiguity attacks along the lines of
(someRoom, someParticipant)
(someRoo, mSomeParticipant)
5 년 전
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 년 전
Philipp Hancke
ba0777f0cf
e2ee: move to a worker (#1112)
Moveѕ e2ee operations to a worker that is included as text/blob for now
to simplify deployment.
5 년 전
Philipp Hancke
e4838d319f
e2ee: update docs (#1101)
fixing some minor issues and updating the description of the behaviour
when there are decoding errors
5 년 전
Philipp Hancke
130a1dfedd
e2ee: add high-level docs
adds a document describing the high-level design of the current e2ee approach
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
6 년 전
damencho
dd31f0aff0
Simplifies logic around userID and callstatsUsername in callstats.
6 년 전
damencho
fe988ae391
Adds option to send email as identifier in stats.
6 년 전
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.
6 년 전
Дамян Минков
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 년 전
Paul Tiedtke
1239562fb2
Add identity to JitsiParticipant
6 년 전
Paul Tiedtke
ff62d34b57
docs: add TRACK_AUDIO_LEVEL_CHANGED
6 년 전
damencho
32df8c1b09
Updates token doc to reflect debian package changes.
6 년 전
damencho
0a5eaf3d36
Adds start silent config, to disable send/receive audio.
6 년 전
Leonard Kim
985a0bbfab
feat(conference): add way to check if local participant is hidden
6 년 전
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 년 전
Дамян Минков
9e20808b72
Removes quotes around token from the docs.
7 년 전