damencho
0e5d57aae5
Adds docs for token aud. Fixes jitsi/jitsi-meet#1871. Fixes #567.
8 lat temu
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.
8 lat temu
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
8 lat temu
Aaron van Meerten
1b498774d8
documentation updates to reflect changes to the token modules in jitsi-meet
8 lat temu
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 lat temu
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 lat temu
Дамян Минков
7c6ad185eb
Adds doc about aud field.
8 lat temu
damencho
d9eabf74ba
Removes obsolete config.token.
Token is passed as parameter when creating JitsiConnection and we no longer use it from the options passed to the connection.
8 lat temu
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
9 lat temu
damencho
5158c4f352
Changes lastN event params to be leaving and entering endpoint IDs.
9 lat temu
Lyubo Marinov
de61af8b2d
[eslint] require-jsdoc
9 lat temu
hristoterezov
e5472b9aca
fix(eslint): Add eqeqeq rule
9 lat temu
Lyubo Marinov
308adc133a
[eslint] max-len
9 lat temu
Lyubo Marinov
068f290835
[eslint] lines-around-comment
9 lat temu
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
9 lat temu
Lyubo Marinov
7cecd3a9d9
[eslint] comma-dangle, comma-spacing
9 lat temu
Lyubo Marinov
63ebd47172
[eslint] array-bracket-spacing
9 lat temu
Lyubo Marinov
2b4caa585d
[eslint] max-statements-per-line
9 lat temu
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
9 lat temu
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
9 lat temu
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
9 lat temu
Lyubo Marinov
5bff0ed543
[eslint] no-var
9 lat temu
hristoterezov
5ac13a304e
fix(eslint): Add dot-location rule
9 lat temu
Lyubo Marinov
a09abf6f59
[eslint] no-trailing-spaces
9 lat temu
Lyubo Marinov
4293971466
[eslint] operator-linebreak
9 lat temu
Lyubo Marinov
ed0d464392
[eslint] quotes
9 lat temu
Lyubo Marinov
f26ab1a934
[eslint] semi-spacing
9 lat temu
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
9 lat temu
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
9 lat temu
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
9 lat temu
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
9 lat temu
hristoterezov
3e44723582
fix(eslint): Add indent rule
9 lat temu
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
9 lat temu
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
9 lat temu
brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
9 lat temu
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.
9 lat temu
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
9 lat temu
hristoterezov
231523e47e
fix(example): paths of strophe for doc/example
9 lat temu
hristoterezov
b2509f13d8
ref(libs): moves the libs directory to doc/example
9 lat temu
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
9 lat temu
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
9 lat temu
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
9 lat temu
damencho
0f52b939b7
Adds a property to disable/enable talk while muted.
By default talk while muted detection is disabled.
9 lat temu
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
9 lat temu
paweldomas
9da5aeec84
doc(API): describe 'enableLipSync' option
9 lat temu
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
9 lat temu
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.
9 lat temu
damencho
234f3384e1
Moves loading of analytics in the library.
9 lat temu
hristoterezov
301ed7e503
Changes methods that use RTCDatachanel#send to throw exception on fail
9 lat temu
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
9 lat temu