Дамян Минков
62f7e5c73e
Removes Firefox extension handle (removed in FF newer than latest ESR). (#722)
il y a 7 ans
Anton Georgiev
66ee6b3222
Adjust name of the js library (#715)
After running `npm install` I end up with a minified library for lib-jitsi-meet. I had to adjust the name to get the example to run
il y a 7 ans
hristoterezov
7dfa07e540
fix(browser_caps): clean up.
il y a 8 ans
hristoterezov
44d2c7ba21
feat(browser_caps): Implement browser capabilities API. (#690)
In order to include browser capabilities in RTCBrowserType I needed to
refactor RTCBrowserType.
il y a 8 ans
Saúl Ibarra Corretgé
bebfebf025
doc: remove incorrect note about token parameter
il y a 8 ans
Saúl Ibarra Corretgé
97a450c778
doc: fix link to public lib-jitsi-meet JS file
il y a 8 ans
Aaron van Meerten
52eb3decf6
Better documentation for incoming JWT token schema
Added descriptions for user identifying information in JWT tokens
Added better descriptions of prosody configuration settings when accepting JWT tokens
il y a 8 ans
Saúl Ibarra Corretgé
a8349d40a1
feat(JitsiConnectionErrors): remove unused constant (#656)
Also, updatee the documentation section on connection errors.
il y a 8 ans
Дамян Минков
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.
il y a 8 ans
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`.
il y a 8 ans
Lyubo Marinov
ff8468d931
eslint 4.8.0
ESLint 4.8.0 discovers a lot of error related to formatting. While I
tried to fix as many of them as possible, a portion of them actually go
against our coding style. In such a case, I've disabled the indent rule
which effectively leaves it as it was before ESLint 4.8.0.
il y a 8 ans
damencho
0e5d57aae5
Adds docs for token aud. Fixes jitsi/jitsi-meet#1871. Fixes #567.
il y a 8 ans
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.
il y a 8 ans
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
il y a 8 ans
Aaron van Meerten
1b498774d8
documentation updates to reflect changes to the token modules in jitsi-meet
il y a 8 ans
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.
il y a 8 ans
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
il y a 8 ans
Дамян Минков
7c6ad185eb
Adds doc about aud field.
il y a 8 ans
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.
il y a 8 ans
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
il y a 8 ans
damencho
5158c4f352
Changes lastN event params to be leaving and entering endpoint IDs.
il y a 8 ans
Lyubo Marinov
de61af8b2d
[eslint] require-jsdoc
il y a 8 ans
hristoterezov
e5472b9aca
fix(eslint): Add eqeqeq rule
il y a 8 ans
Lyubo Marinov
308adc133a
[eslint] max-len
il y a 8 ans
Lyubo Marinov
068f290835
[eslint] lines-around-comment
il y a 8 ans
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
il y a 8 ans
Lyubo Marinov
7cecd3a9d9
[eslint] comma-dangle, comma-spacing
il y a 8 ans
Lyubo Marinov
63ebd47172
[eslint] array-bracket-spacing
il y a 8 ans
Lyubo Marinov
2b4caa585d
[eslint] max-statements-per-line
il y a 8 ans
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
il y a 8 ans
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
il y a 8 ans
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
il y a 8 ans
Lyubo Marinov
5bff0ed543
[eslint] no-var
il y a 8 ans
hristoterezov
5ac13a304e
fix(eslint): Add dot-location rule
il y a 8 ans
Lyubo Marinov
a09abf6f59
[eslint] no-trailing-spaces
il y a 8 ans
Lyubo Marinov
4293971466
[eslint] operator-linebreak
il y a 8 ans
Lyubo Marinov
ed0d464392
[eslint] quotes
il y a 8 ans
Lyubo Marinov
f26ab1a934
[eslint] semi-spacing
il y a 8 ans
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
il y a 8 ans
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
il y a 8 ans
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
il y a 8 ans
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
il y a 8 ans
hristoterezov
3e44723582
fix(eslint): Add indent rule
il y a 8 ans
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
il y a 8 ans
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
il y a 8 ans
brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
il y a 9 ans
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.
il y a 9 ans
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
il y a 9 ans
hristoterezov
231523e47e
fix(example): paths of strophe for doc/example
il y a 9 ans
hristoterezov
b2509f13d8
ref(libs): moves the libs directory to doc/example
il y a 9 ans