Lyubo Marinov
b713d6eb74
[eslint] radix
8 лет назад
Lyubo Marinov
8fbc815836
[eslint] no-param-reassign
8 лет назад
Lyubo Marinov
308adc133a
[eslint] max-len
8 лет назад
Lyubo Marinov
3deb625337
[eslint] consistent-this
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
09aad8fc9f
[eslint] no-new
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
848389acf2
[eslint] no-bitwise
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
fa971c81b5
fix(eslint): Add no-empty-function rule
8 лет назад
Lyubo Marinov
5bff0ed543
[eslint] no-var
8 лет назад
hristoterezov
e4352d2188
fix(eslint): Add no-else-return rule
8 лет назад
hristoterezov
245c49bc31
fix(eslint): Add dot-notation rule
8 лет назад
Lyubo Marinov
a2f62d9c28
[eslint] no-spaced-func
8 лет назад
Lyubo Marinov
4293971466
[eslint] operator-linebreak
8 лет назад
Lyubo Marinov
ed0d464392
[eslint] quotes
8 лет назад
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
8 лет назад
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
8 лет назад
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
8 лет назад
Lyubo Marinov
14147059b3
[eslint] spaced-comment
8 лет назад
Lyubo Marinov
a5d354e07b
[eslint] arrow-body-style
8 лет назад
Lyubo Marinov
7398216a5a
[eslint] arrow-parens
8 лет назад
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
8 лет назад
hristoterezov
3e44723582
fix(eslint): Add indent rule
8 лет назад
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
8 лет назад
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
8 лет назад
Lyubo Marinov
596767d57e
[eslint] object-shorthand
8 лет назад
Lyubo Marinov
1ff84b6781
[eslint] prefer-const
8 лет назад
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
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 лет назад
Devin Wilson
73dc16a7a9
Fix generate recvonly ssrc when no video
9 лет назад
paweldomas
7a7d6972c5
ref(JitsiConference): cleanup imports
9 лет назад
paweldomas
3b59cdb080
ref(RTC): cleanup local track access
9 лет назад
paweldomas
0ddd4e8dfa
ref(RTC): add getRemoteTracks method
9 лет назад
paweldomas
ff932f385c
ref(JingleSessionPC): emit track added/removed in RTC
9 лет назад
paweldomas
98df9a5f29
ref(XMPPEvents): move some PC related events to RTC
Moves part of the XMPP events which are clearly
related to the PeerConnection to RTCEvents.
9 лет назад
paweldomas
0e6b610033
style(JitsiConference): add ' ' before if
9 лет назад
paweldomas
f8b9faed99
ref(JitsiConference): rename 'addLocalStream' + doc fixes
9 лет назад
paweldomas
ebbec1ffa8
ref(JingleSessionPC): rename 'replaceStream'
9 лет назад
paweldomas
7e1ed00389
style(JitsiConference): add braces
9 лет назад
paweldomas
b3681eab4d
ref(JitsiConference): remove "WebRTC" from names
9 лет назад
paweldomas
63a1c1ac3c
ref: remove JingleSession from ChatRoom
9 лет назад
Boris Grozev
e535569780
cleanup: Renames a function, adds documentation.
9 лет назад
Saúl Ibarra Corretgé
c631744a51
feat(lastN): Add ability to dynamically change lasN
9 лет назад
paweldomas
641adf11a3
fix: generate recvonly SSRC if 0 video tracks
Video SSRC has to be generated for the recvonly stream if there are no
video tracks in the PeerConnection.
9 лет назад