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.
7 年前
Lyubo Marinov
089ee76c04
Prepare for webpack 2
Webpack 2 defines module.exports as a read-only property in ES6 modules.
8 年前
Lyubo Marinov
de61af8b2d
[eslint] require-jsdoc
8 年前
Lyubo Marinov
66b62080e8
[eslint] max-params
8 年前
Lyubo Marinov
068f290835
[eslint] lines-around-comment
8 年前
Lyubo Marinov
9a8b5563c6
[eslint] object-property-newline
8 年前
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
8 年前
Lyubo Marinov
2323eaa5dd
[eslint] yoda
8 年前
Lyubo Marinov
eacd244218
[eslint] no-unused-expressions
8 年前
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
8 年前
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
8 年前
hristoterezov
b13348726b
fix(eslint): Add no-implicit-coercion rule
8 年前
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
8 年前
hristoterezov
8a14f1e7bc
fix(eslint): Add no-extra-bind rule
8 年前
Lyubo Marinov
5bff0ed543
[eslint] no-var
8 年前
Lyubo Marinov
4293971466
[eslint] operator-linebreak
8 年前
Lyubo Marinov
ed0d464392
[eslint] quotes
8 年前
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
8 年前
Lyubo Marinov
55ed404dd4
[eslint] space-in-parens
8 年前
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
8 年前
Lyubo Marinov
14147059b3
[eslint] spaced-comment
8 年前
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
8 年前
hristoterezov
3e44723582
fix(eslint): Add indent rule
8 年前
Saúl Ibarra Corretgé
1a1857d600
rtx: always pass the disableRtx to Jicofo when creating a conference
Make no assumptions about the default value in Jicofo.
8 年前
Saúl Ibarra Corretgé
a5ab491807
cleanup: remove code handling simulcast mode
The option got axed, there is nothing to handle now.
8 年前
Saúl Ibarra Corretgé
9ee6796254
cleanup: remove old adaptive simulcast config option
8 年前
Saúl Ibarra Corretgé
91c078a92d
cleanup: remove adaptive las N config option
The feature has been replaced so the option no longer applies.
8 年前
bbaldino
6c17cb7e65
Enable rtx sources for streams (#346)
* re-enable setting for enabling/disabling rtx
* add tests for rtxmodifier. (and a bugfix found by the tests)
* remove rtx handling from sdp-consistency (it will be handled separately)
* better error printing in JingleSessionPC around renegotiation
* add rtx modifier to handle inserting local rtx ssrcs, keeping local rtx ssrcs consistent, and imploding remote rtx ssrcs
* jsdoc, es6 cleanup, logging tweaks
* fix line that's too long
* add a 'parseGroupSsrcs' helper function
* fix a bug when passing group ssrcs to be parsed
* address pr feedback
* address pr feedback
* fix for loop
* address pr feedback
* better const in SampleSdpStrings
8 年前
paweldomas
30e08fd9c8
fix(moderator.js): remove unnecessary event argument
8 年前
paweldomas
af8aa4bd2d
fix(moderator.js): remove dead code
8 年前
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
8 年前
paweldomas
448330cdbe
feat: enable lipsync by default
8 年前
paweldomas
6eeefd2ca8
fix(moderator): use 'enableLipSync' from the connection options
Because the flag is required in the connection options anyway it will
be better to use it from one options set only to avoid redundancy.
8 年前
hristoterezov
733c968004
Removes unused code after reloads removal
8 年前
paweldomas
43e46336d0
Send 'useRoomAsSharedDocumentName' option to Jicofo
8 年前
damencho
3699c741dd
Removes variable not present in the code anymore.
8 年前
hristoterezov
6ca2c62090
Reloads JitsiConnection on prosody or jicofo restart
8 年前
paweldomas
5594316003
Adds 'enableLipSync' and 'audioPacketDelay' config options
9 年前
Lyubomir Marinov
2fe4df5293
Reduce duplication
9 年前
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
9 年前
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 年前
George Politis
c3dafcf0f3
Nukes the pre-configured bridge from the example config file.
Jicofo is smart and can find any bridge with service discovery and/or
pubsub.
9 年前
hristoterezov
e6968912ae
Changes console.* to logger.*
9 年前
Boris Grozev
a4c62bac8d
Adds a stereo option.
9 年前
Boris Grozev
c87e341872
Fixes the options object used.
9 年前
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
9 年前
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
9 年前
paweldomas
6c0aef3742
Fix invalid call to _allocateConferenceFocusError
9 年前
Boris Grozev
9e49288651
Disables rtx.
9 年前
Boris Grozev
4d93c05452
Allows RTX to be disable for a conference.
9 年前