Saúl Ibarra Corretgé
09b98457ba
fix(e2ee) update docs after dropping signatures
il y a 4 ans
Saúl Ibarra Corretgé
5e998d3279
fix(example) simplify
- Drop unneeded bundled libraries
- Use jQuery from a CDN
il y a 4 ans
Saúl Ibarra Corretgé
8532911626
feat(docs) mvoe API documentatrion to the handbook
il y a 4 ans
Andrei Gavrilescu
479dd989a0
feat: expose MEETING_ID_SET event (#1484)
* expose meeting-id-set event
* typo
il y a 4 ans
damencho
9fdde46694
feat: Adds option to set ws keepalive url through config.
il y a 4 ans
Greg ORIOL
6551840eee
Added useTurnUdp option to API documentation (#1448)
* Added useTurnUdp option to API documentation
* Fixed typo
il y a 4 ans
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
il y a 4 ans
Viktor Chernodub
05d6503d66
fix: add `getParticipants` to JitsiConference docs
il y a 4 ans
Jorge Vallecillo
713db5d8c3
Fix typos on comments
il y a 5 ans
Дамян Минков
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
il y a 5 ans
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.
il y a 5 ans
SaiKumar Immadi
f4ff52028b
docs for setLocalParticipantProperty, PARTICIPANT_PROPERTY_CHANGED added. (#1375)
* added setLocalParticipantProperty doc
* PARTICIPANT_PROPERTY_CHANGED event doc added
il y a 5 ans
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
il y a 5 ans
Saúl Ibarra Corretgé
5a462a2eb5
fix(e2ee) add more documentation
il y a 5 ans
Saúl Ibarra Corretgé
f370cccdfb
feat(xmpp) drop the useStunTurn option
Always attempt to discover the configured STUN/TURN servers.
il y a 5 ans
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.
il y a 5 ans
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.
il y a 5 ans
pavinduLakshan
c5f624b879
fixed incorrect kick() with kickParticipant() in doc/API.md
il y a 5 ans
Hristo Terezov
b881ccbcc7
feat(external-storage): Support.
il y a 5 ans
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
il y a 5 ans
Aaron van Meerten
a3e9f1c39f
fix: update token doc for tenant details, new prosody (#1316)
il y a 5 ans
Jaya Allamsetty
1c5e244635
Update docs and examples
il y a 5 ans
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.
il y a 5 ans
Jesús Espino
4646555998
doc: add the missing description of the email field
il y a 5 ans
damencho
8366abe364
ref: Drops callStatsConfIDNamespace and uses only confID.
il y a 5 ans
Gabriel Imre
0a53da6add
feat(callstats): Add dedicated siteID parameter to allow for injection of jwt-based siteID
il y a 5 ans
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)
il y a 5 ans
Džuris
70e71d8aa7
doc: fix track event namespace
il y a 5 ans
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
il y a 5 ans
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.
il y a 5 ans
Philipp Hancke
e4838d319f
e2ee: update docs (#1101)
fixing some minor issues and updating the description of the behaviour
when there are decoding errors
il y a 5 ans
Philipp Hancke
130a1dfedd
e2ee: add high-level docs
adds a document describing the high-level design of the current e2ee approach
il y a 5 ans
paweldomas
2dce3bff78
ref: disable lipsync by default
The LipSyncHack is currently broken in Jicofo and
will lead to unstable behavior.
il y a 5 ans
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.
il y a 5 ans
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
il y a 5 ans
Jaya Allamsetty
d653773368
doc: add documentation for setEffect method on JitsiTrack
il y a 5 ans
Andrei Gavrilescu
e1c2a79e55
updated api doc, additional comments
il y a 5 ans
Andrei Gavrilescu
5e425a2fd1
refactor / change trigger thresholds
il y a 6 ans
damencho
dd31f0aff0
Simplifies logic around userID and callstatsUsername in callstats.
il y a 6 ans
damencho
fe988ae391
Adds option to send email as identifier in stats.
il y a 6 ans
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.
il y a 6 ans
Дамян Минков
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.
il y a 6 ans
Paul Tiedtke
1239562fb2
Add identity to JitsiParticipant
il y a 6 ans
Paul Tiedtke
ff62d34b57
docs: add TRACK_AUDIO_LEVEL_CHANGED
il y a 6 ans
damencho
32df8c1b09
Updates token doc to reflect debian package changes.
il y a 6 ans
damencho
0a5eaf3d36
Adds start silent config, to disable send/receive audio.
il y a 6 ans
Leonard Kim
985a0bbfab
feat(conference): add way to check if local participant is hidden
il y a 6 ans
Roey
5da450a5a1
Update API.md
1. JitsiMeetJS.createLocalTracks constraints missing data.
2. removed duplicate documentation for selectParticipant.
3. added setReceiverVideoConstraint function data.
il y a 6 ans
Leonard Kim
b664e3246e
fix(docs): update url for loading lib
il y a 6 ans
Дамян Минков
9e20808b72
Removes quotes around token from the docs.
il y a 7 ans