hristoterezov
c8c44d62ed
fix: some exports to make it work with webpack 2
8 gadus atpakaļ
hristoterezov
b49c1c6ba2
fix(transport): Code style issues and enableLegacyFormat param bug
Improves naming.
Fixing typos.
enableLegacyFormat param was working like disableLegacyFormat.
Improves the structure of transport/index.js
8 gadus atpakaļ
hristoterezov
0dff35c0db
feat(transport): Implement transport module
The transport module will be handling all external app
communication.
8 gadus atpakaļ
Lyubomir Marinov
6c5468d904
Simplify the source code
If half the file is written in ES6, it is easier to read if the rest of
the file is in ES6 as well. If ES6 is used, then const is better than
let. If source code is shorter yet as readable as the long version, then
prefer the short version.
8 gadus atpakaļ
Lyubomir Marinov
a8cd4ff12c
1, not 2 names for 1 and the same abstraction
window.location calls it reload so util/helpers shouldn't call it
redirect because UI/util/UIUtil has it is own redirect which is the
assign of window.location.
8 gadus atpakaļ
Ilya Daynatovich
83dd56d34c
Move roomname generator to React
8 gadus atpakaļ
Illia Daynatovich
4584d89c43
Rewrite with ES6
8 gadus atpakaļ
paweldomas
3475ad4674
ref(LogCollector): adapts to caching in LogCollector
8 gadus atpakaļ
paweldomas
7c8ca45d9a
ref(LogCollector): extract JitsiMeetLogStorage
8 gadus atpakaļ
paweldomas
b58f1cdd16
use logger instead of console
8 gadus atpakaļ
hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
8 gadus atpakaļ
Ilya Daynatovich
99d50ade11
Change main toolbar animation; optimize mousemove handler
8 gadus atpakaļ
paweldomas
f7bfe8d8bf
feat: introduce ConferenceUrl module
We need to make sure that on the page reload all original parameters
used to load the conference are preserved. New modules helps to manage
different types of conference URLs like the one used for invites and
the one for reloading the page.
8 gadus atpakaļ
hristoterezov
8d162609e0
Handles the errors thrown by the data channel methods
8 gadus atpakaļ
isymchych
5ec28ff3c1
code cleanup: remove unused settings
9 gadus atpakaļ
isymchych
379f786225
handle FOCUS_LEFT conference error
9 gadus atpakaļ
isymchych
6cda300861
synchronize Large video fadeIn/fadeOut animations
9 gadus atpakaļ
yanas
2bee98744d
Merges commit from Boris Grozev on jitsi-meet: Fixes a typo.
9 gadus atpakaļ
Lyubomir Marinov
b49a08c485
Decides whether to use analytics after the analytics API has been given a chance to load.
9 gadus atpakaļ
George Politis
dc07fd733f
Removes the local SSRC replacement hack and fixes video muting/unmuting when simulcast is enabled.
9 gadus atpakaļ
isymchych
a10f9437f1
Integration of statistics module
9 gadus atpakaļ
bgrozev
b2a3866fe4
Fixes a typo (reported by Emil Ivov)
9 gadus atpakaļ
Boris Grozev
4009fed35d
Moves the roomname generator to util, reuses a function.
9 gadus atpakaļ
Boris Grozev
5542642933
Exposes functions in RandomUtils.
9 gadus atpakaļ
Boris Grozev
005cc4b27a
Simplifies code.
9 gadus atpakaļ
isymchych
c89c9e78ff
move username generator to utils
9 gadus atpakaļ
paweldomas
333cd6f25f
Converts constants in RandomUtil to hex.
9 gadus atpakaļ
paweldomas
b1f617502e
Integrates token authentication.
9 gadus atpakaļ