Lyubo Marinov
55ed404dd4
[eslint] space-in-parens
9 years ago
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
9 years ago
Lyubo Marinov
14147059b3
[eslint] spaced-comment
9 years ago
Lyubo Marinov
a5d354e07b
[eslint] arrow-body-style
9 years ago
Lyubo Marinov
7398216a5a
[eslint] arrow-parens
9 years ago
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
9 years ago
hristoterezov
3e44723582
fix(eslint): Add indent rule
9 years ago
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
9 years ago
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
9 years ago
hristoterezov
5022dcb6e6
fix(eslint): Add array-callback-return rule
9 years ago
Lyubo Marinov
596767d57e
[eslint] object-shorthand
9 years ago
Lyubo Marinov
1ff84b6781
[eslint] prefer-const
9 years ago
Lyubo Marinov
4d2a24ba87
[eslint] prefer-spread
9 years ago
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
9 years ago
hristoterezov
70c4748cfa
fix(eslint): Changes eslint existing rules to match the same rules in jitsi meet
9 years ago
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
9 years ago
paweldomas
c747fd4615
fix: transitions between video and no video
9 years ago
Devin Wilson
adc5e046a8
fix(RTC): invalid reference
9 years ago
Devin Wilson
73dc16a7a9
Fix generate recvonly ssrc when no video
9 years ago
Saúl Ibarra Corretgé
6b542ce43e
rtx: fix advertising RTX support in disco
9 years ago
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.
9 years ago
Saúl Ibarra Corretgé
3cc117992e
rtx: fix checking for RTX support when generating new SSRC info
9 years ago
Lyubo Marinov
147ca8e123
ES6 shorthand method definitions
9 years ago
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.
9 years ago
paweldomas
d00452a667
ref(JingleSessionPC): use "setTimeout"
9 years ago
paweldomas
e54ed84c6f
doc(JingleSessionPC): adjust FIXME
9 years ago
paweldomas
27c90ef251
ref(JingleSessionPC): nuke 'self'
9 years ago
paweldomas
6455d21cc7
ref(JingleSessionPC): longer var names
9 years ago
paweldomas
b524403a17
doc(JingleSessionPC): typo
9 years ago
paweldomas
14f4acc772
doc(JingleSessionPC): indentation
9 years ago
paweldomas
e081b66c87
style(JingleSessionPC): remove extra space
9 years ago
paweldomas
48a8d0b591
style(JingleSession): remove extra space
9 years ago
paweldomas
7ec99f8622
doc(JingleSession): mark doInitialize as protected
9 years ago
paweldomas
2f6552b857
ref(JingleSessionPC): use template string
9 years ago
paweldomas
e2b0c4fc7b
ref(JingleSession): use template string
9 years ago
paweldomas
d7eab87424
doc(JingleSession): remove misleading comment
9 years ago
paweldomas
2d8dfbcd2a
ref(JingleSession): rename 'me' to 'localJid'
9 years ago
paweldomas
cb9e5674a0
ref(JingleSession): reorder arguments
9 years ago
paweldomas
86553336d9
style(JingleSession): organize imports
9 years ago
paweldomas
d970947aae
style(ChatRoom): use import
9 years ago
paweldomas
8ad3e55300
style(ParticipantConnectionStatus): use import
9 years ago
paweldomas
043de48f60
style(RTCUtils): use import
9 years ago
paweldomas
70df257439
style(RTC): use import
9 years ago
paweldomas
96124b6834
style(JitsiTrack): use import
9 years ago
paweldomas
7b1429cc16
style(JitsiLocalTrack): use import
9 years ago
paweldomas
7a81fce347
style(JingleSessionPC): line limit + indentation
9 years ago
paweldomas
c9c6929c49
style(JingleSessionPC): fix indentation
9 years ago
paweldomas
b110968baa
ref(JingleSessionPC): use const or let
9 years ago
paweldomas
dd620e1c5a
ref(JingleSessionPC): convert to ES6 syntax
9 years ago
paweldomas
f0d128484d
ref(MediaType): convert to ES6 syntax
9 years ago