hristoterezov
8d66e31824
chore(eslint): Add no-unreachable rule
8年前
hristoterezov
c40f6920e1
chore(eslint): Add no-unexpected-multiline rule
8年前
Lyubo Marinov
1ff84b6781
[eslint] prefer-const
8年前
Lyubo Marinov
f6a6aa93c0
[eslint] prefer-reflect
8年前
hristoterezov
b73bf0f45e
chore(eslint): Add no-sparse-arrays rule
8年前
hristoterezov
ab709e5925
chore(eslint): Add no-regex-spaces rule
8年前
hristoterezov
9009945d8b
chore(eslint): Add no-prototype-builtins rule
8年前
hristoterezov
67b2b622dd
chore(eslint): Add no-obj-calls rule
8年前
hristoterezov
c71a48139a
chore(eslint): Add no-negated-in-lhs rule
8年前
hristoterezov
cb06de92c6
chore(eslint): Add no-irregular-whitespace rule
8年前
hristoterezov
538048125a
chore(eslint): Add no-invalid-regexp rule
8年前
hristoterezov
352fc4deb4
chore(eslint): Add no-inner-declarations rule
8年前
hristoterezov
8d1eb4fb74
chore(eslint): Add no-func-assign rule
8年前
hristoterezov
df847a203a
chore(eslint): Add no-extra-semi rule
8年前
Lyubo Marinov
4d2a24ba87
[eslint] prefer-spread
8年前
Lyubo Marinov
f9e4c5bbc8
[eslint] require-yield
8年前
Lyubo Marinov
9c44f9bd2a
[eslint] rest-spread-spacing
8年前
Lyubo Marinov
94e2f1eb20
[eslint] sort-imports
8年前
Lyubo Marinov
430656eef3
[eslint] template-curly-spacing
8年前
Lyubo Marinov
79b55eaa7d
[eslint] yield-star-spacing
8年前
Lyubo Marinov
260548b4a9
[eslint] import/no-duplicates
8年前
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
8年前
hristoterezov
bf9007b1d5
chore(eslint): Add no-extra-boolean-cast rule
8年前
hristoterezov
22e78f6ec9
chore(eslint): Add no-ex-assign rule
8年前
hristoterezov
46eb8aa491
chore(eslint): Add no-empty-character-class rule
8年前
hristoterezov
c246dcd9bf
chore(eslint): Add no-empty rule
8年前
hristoterezov
62c2e5a954
chore(eslint): Add no-duplicate-case rule
8年前
hristoterezov
0666d3358c
chore(eslint): Add no-dupe-keys rule
8年前
hristoterezov
a8617da5a0
chore(eslint): Add no-debugger rule
8年前
hristoterezov
50912a18ba
chore(eslint): Add no-control-regex rule
8年前
hristoterezov
00624803fb
chore(eslint): Add no-constant-condition rule
8年前
hristoterezov
35a36e8afd
chore(eslint): Add no-cond-assign rule
8年前
Lyubo Marinov
bfef62c1b1
Flow - A static type checker for JavaScript
8年前
hristoterezov
70c4748cfa
fix(eslint): Changes eslint existing rules to match the same rules in jitsi meet
8年前
Paweł Domas
d0ce2d6866
feat: add SdpTransformUtil
* ref(TraceablePeerConnection): rename var to what it is
* ref(ssrc info): get rid of 'ssrc' and 'group' roots
Removes 'ssrc' and 'group' root Objects from "ssrc info" structure.
Also removed redundant 'primarySSRC' from the group.
Do not split and join back and forth the SSRCs, but store them as
numbers.
* feat: add SdpTransformUtil
* ref(rtxModifier): rename "previousAssociatedRtxStream"
* ref(RtxModifier): use for .. of
* fix(SdpConsistency): organize imports
* fix(RtxModifier): organize imports
* ref(JitsiLocalTrack): simplify the expression
* extract MLineWrap (ongoing)
* ref(TPC.extractSSRCMap): some ES6 cleanup
* ref(RtxModifier): use template strings
* doc(SdpTransformUtil): update and fill missing
* ref(SdpTransformUtil): const, template strings
* style(TPC): object formatting
* ref(JitsiLocalTrack): simplify expression + syntax
* ref(TPC): more "extractSSRCMap" improvements
* ref(RtxModifier): const all the things
* ref(SdpConsistency): template strings
* ref(SdpTransformUtil): syntax + other
* doc(SdpConsistency): add throws description
* fix(TPC): broken "extractSSCMap"
* fix(JitsiConference): adopt to Map
* ref(SdpTransformUtil): remove forEachSSRCGroup and static methods
8年前
bbaldino
e1b7f93461
Merge pull request #380 from jitsi/recvonly_ssrc
Fixes for the recvonly SSRC logic
8年前
paweldomas
c747fd4615
fix: transitions between video and no video
8年前
Devin Wilson
adc5e046a8
fix(RTC): invalid reference
8年前
Devin Wilson
73dc16a7a9
Fix generate recvonly ssrc when no video
8年前
George Politis
eda37a27c9
Merge pull request #365 from saghul/disableRtx-default
rtx: set disableRtx default to true
8年前
Saúl Ibarra Corretgé
6b542ce43e
rtx: fix advertising RTX support in disco
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é
3cc117992e
rtx: fix checking for RTX support when generating new SSRC info
8年前
Lyubo Marinov
147ca8e123
ES6 shorthand method definitions
8年前
Lyubo Marinov
d08c568c5b
React Native uses Plan B
Otherwise, RTX may break setRemoteDescription and the respective
receive video(s) will not render because their packets will be dropped.
8年前
Lyubo Marinov
c8d7989a80
Stick to the exact package versions for the direct dependencies
8年前
bbaldino
35b776b76c
Merge pull request #374 from jitsi/convert_to_ES6
Convert to es6
8年前
paweldomas
d00452a667
ref(JingleSessionPC): use "setTimeout"
8年前
paweldomas
e54ed84c6f
doc(JingleSessionPC): adjust FIXME
8年前
paweldomas
27c90ef251
ref(JingleSessionPC): nuke 'self'
8年前