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 лет назад
paweldomas
6455d21cc7
ref(JingleSessionPC): longer var names
8 лет назад
paweldomas
b524403a17
doc(JingleSessionPC): typo
8 лет назад
paweldomas
14f4acc772
doc(JingleSessionPC): indentation
8 лет назад
paweldomas
e081b66c87
style(JingleSessionPC): remove extra space
8 лет назад
paweldomas
48a8d0b591
style(JingleSession): remove extra space
8 лет назад
paweldomas
7ec99f8622
doc(JingleSession): mark doInitialize as protected
8 лет назад
paweldomas
2f6552b857
ref(JingleSessionPC): use template string
8 лет назад
paweldomas
e2b0c4fc7b
ref(JingleSession): use template string
8 лет назад
paweldomas
d7eab87424
doc(JingleSession): remove misleading comment
8 лет назад
paweldomas
2d8dfbcd2a
ref(JingleSession): rename 'me' to 'localJid'
8 лет назад
paweldomas
cb9e5674a0
ref(JingleSession): reorder arguments
8 лет назад
paweldomas
86553336d9
style(JingleSession): organize imports
8 лет назад
paweldomas
d970947aae
style(ChatRoom): use import
8 лет назад
paweldomas
8ad3e55300
style(ParticipantConnectionStatus): use import
8 лет назад
paweldomas
043de48f60
style(RTCUtils): use import
8 лет назад
paweldomas
70df257439
style(RTC): use import
8 лет назад
paweldomas
96124b6834
style(JitsiTrack): use import
8 лет назад
paweldomas
7b1429cc16
style(JitsiLocalTrack): use import
8 лет назад
paweldomas
e9268c2135
style(JitsiMeetJS): use import
8 лет назад
paweldomas
9e7e3ddfe1
style(JitsiMediaDevices): use import
8 лет назад