damencho
0e5d57aae5
Adds docs for token aud. Fixes jitsi/jitsi-meet#1871. Fixes #567.
преди 8 години
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 години
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
преди 8 години
Aaron van Meerten
1b498774d8
documentation updates to reflect changes to the token modules in jitsi-meet
преди 8 години
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 години
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 години
Дамян Минков
7c6ad185eb
Adds doc about aud field.
преди 8 години
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 години
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
преди 8 години
damencho
5158c4f352
Changes lastN event params to be leaving and entering endpoint IDs.
преди 8 години
Lyubo Marinov
de61af8b2d
[eslint] require-jsdoc
преди 8 години
hristoterezov
e5472b9aca
fix(eslint): Add eqeqeq rule
преди 8 години
Lyubo Marinov
308adc133a
[eslint] max-len
преди 8 години
Lyubo Marinov
068f290835
[eslint] lines-around-comment
преди 8 години
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
преди 8 години
Lyubo Marinov
7cecd3a9d9
[eslint] comma-dangle, comma-spacing
преди 8 години
Lyubo Marinov
63ebd47172
[eslint] array-bracket-spacing
преди 8 години
Lyubo Marinov
2b4caa585d
[eslint] max-statements-per-line
преди 8 години
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
преди 8 години
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
преди 8 години
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
преди 8 години
Lyubo Marinov
5bff0ed543
[eslint] no-var
преди 8 години
hristoterezov
5ac13a304e
fix(eslint): Add dot-location rule
преди 8 години
Lyubo Marinov
a09abf6f59
[eslint] no-trailing-spaces
преди 8 години
Lyubo Marinov
4293971466
[eslint] operator-linebreak
преди 8 години
Lyubo Marinov
ed0d464392
[eslint] quotes
преди 8 години
Lyubo Marinov
f26ab1a934
[eslint] semi-spacing
преди 8 години
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
преди 8 години
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
преди 8 години
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
преди 8 години
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
преди 8 години
hristoterezov
3e44723582
fix(eslint): Add indent rule
преди 8 години
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
преди 8 години
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
преди 8 години
brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
преди 9 години
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 години
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
преди 9 години
hristoterezov
231523e47e
fix(example): paths of strophe for doc/example
преди 9 години
hristoterezov
b2509f13d8
ref(libs): moves the libs directory to doc/example
преди 9 години
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
преди 9 години
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
преди 9 години
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 години
damencho
0f52b939b7
Adds a property to disable/enable talk while muted.
By default talk while muted detection is disabled.
преди 9 години
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
преди 9 години
paweldomas
9da5aeec84
doc(API): describe 'enableLipSync' option
преди 9 години
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
преди 9 години
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 години
damencho
234f3384e1
Moves loading of analytics in the library.
преди 9 години
hristoterezov
301ed7e503
Changes methods that use RTCDatachanel#send to throw exception on fail
преди 9 години
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
преди 9 години