jmacelroy
d189888902
feat(calls): Adding missed call event triggering.
2018-07-11 21:09:53 +00:00
Bettenbuk Zoltan
5aee082bf9
[RN] Implement streaming on mobile
2018-07-11 15:13:16 -05:00
Saúl Ibarra Corretgé
453c4b99dc
cleanup: drop polyfills which were required for IE11
2018-07-11 17:53:32 +02:00
Bettenbuk Zoltan
961e1d611f
[RN] Only ask for calendar permission on user interaction
2018-07-11 17:17:24 +02:00
hristoterezov
bd449be20d
fix(VideoLayout): JS error if updateLargeVideo is called too early.
2018-07-09 20:22:43 -05:00
hristoterezov
9331b0870b
fix(presence-label):styles
2018-07-09 20:22:43 -05:00
hristoterezov
00d1edcdef
fix(jwt): import for mobile.
2018-07-09 20:22:43 -05:00
hristoterezov
769e782c6f
feat(callee-info): Redesign.
2018-07-09 20:22:43 -05:00
virtuacoplenny
485ff81443
fix(hangup): truthy check for deviceChangeListener before removing it ( #3235 )
...
It can be that deviceChangeListener is never defined because
the isDeviceList call never completes. On hangup, that would
cause an error to be thrown within lib-jitsi-meet because of
an attempt to remove an undefined event handler. That is
what happens on Safari right now.
2018-07-09 11:46:26 -07:00
damencho
d12afc5c07
Fixes the room size api which returns string result back to client.
2018-07-09 13:44:24 -05:00
akshitkrnagpal
20444adbc9
Added emailChange listener to API
2018-07-09 10:14:27 -05:00
Zoltan Bettenbuk
63c017f8e6
Fix persistency to handle default values too ( #3228 )
2018-07-06 11:03:16 -07:00
virtuacoplenny
afe7c4470d
feat(small-video): add flag to hide connection indicators ( #3225 )
2018-07-06 08:24:38 -07:00
Дамян Минков
3f3a957f40
Removes unneeded translation. ( #3217 )
2018-07-03 13:34:43 -07:00
Emil Ivov
26c0164f1e
Merge pull request #3211 from saghul/audio-route-copy
...
[RN] Update audio route selection copy
2018-07-03 19:01:06 +03:00
Bettenbuk Zoltan
b48c897d9b
[WEB] Move RecordButton to the new ToolBox abstraction layer
2018-07-03 11:08:37 +01:00
Bettenbuk Zoltan
e59761baa2
Implement ToolboxItem features: disabled, tooltip with label
2018-07-03 11:08:37 +01:00
damencho
baa2c217de
Syncs with latest lib-jitsi-meet (98acf13).
...
Detects msid changes and signals them, part of fixing start A/V muted using Firefox.
2018-07-02 22:41:00 -05:00
Leonard Kim
5dc2aca081
fix(video-layout): handle undefined video type for large video update
...
When replace track is called in JitsiConference, there is no
guarantee a videoType update will come in presence before
the track added event. This can lead to the situation in
LargeVideoManager where an update is called with a track
with an undefined videoType.
2018-07-02 21:54:16 -05:00
virtuacoplenny
84b589719f
fix(connection): reload immediately on possible split-brain ( #3162 )
...
* fix(connection): reload immediately on possible split-brain
There isn't an explicit way to know when a split brain
scenario has happened. It is assumed it arises when an
"item-not-found" connection error is encountered early
on in the conference. So, store when a connection has
happened so it be calculated how much time has
elapsed and if the threshold has not been exceeded
then do an immediate reload of the app instead of
showing the overlay with a reload timer.
* squash: rename isItemNotFoundError -> isShardChangedError
2018-07-02 16:22:51 -05:00
jmacelroy
1c6d22b75e
Adding state to poltergeist store for correlating external resources with calls.
2018-06-29 14:51:48 -05:00
Leonard Kim
2547ee3a04
ref(filmstrip): use explicit class for horizontal filmstrip
...
This will make it easier to support horizontal, vertical, and
tile layout filmstrip by reducing the css overriding needed
for tile layout.
2018-06-29 20:11:59 +01:00
Leonard Kim
7328dd9125
ref(filmstrip): add class to body for horizontal filmstrip
2018-06-29 20:11:59 +01:00
Leonard Kim
0aa2d81844
ref(filmstrip): move vertical filmstrip container styles to own file
2018-06-29 20:11:59 +01:00
Leonard Kim
e1f7d4585e
ref(filmstrip): move some video container overrides
2018-06-29 20:11:59 +01:00
Leonard Kim
bdae4b9493
ref(filmstrip): remove ie11 css flex hack
2018-06-29 20:11:59 +01:00
Leonard Kim
8f688c3535
ref(filmstrip): move around small video and quality label styles
2018-06-29 20:11:59 +01:00
Leonard Kim
60ae8497c0
ref(filmstrip): move some small video specific styling to own file
2018-06-29 20:11:59 +01:00
Leonard Kim
7c1b7a588e
ref(filmstrip): move filmstrip styles to filmstrip folder
2018-06-29 20:11:59 +01:00
Leonard Kim
fd05f120ff
ref(filmstrip): move vertical filmstrip overrides to new filmstrip folder
2018-06-29 20:11:59 +01:00
Leonard Kim
d9fa05f42e
ref(filmstrip): move toolbar css to own file
2018-06-29 20:11:59 +01:00
Leonard Kim
12901be6be
ref(filmstrip): move presence label styles with similar styles
2018-06-29 20:11:59 +01:00
Zoltan Bettenbuk
009eeccf3c
Merge pull request #3142 from virtuacoplenny/lenny/new-audio-output-icon
...
feat(device-selection): new icon for audio output
2018-06-29 14:50:46 +02:00
Zoltan Bettenbuk
e01acd9cf0
Merge pull request #3187 from virtuacoplenny/lenny/cleanup-new-toolbox-css
...
ref(toolbar): remove use-new-toolbox class
2018-06-29 14:48:15 +02:00
Bettenbuk Zoltan
ac63a0fa73
Calendar feature disabled state getter
...
This commit adds a state getter that considers checking the enabled/disabled state of the calendar feature, so then other features don’t have to do it manually.
2018-06-29 09:36:34 +01:00
Saúl Ibarra Corretgé
1d296f9704
[RN] Update audio route selection copy
2018-06-29 10:08:04 +02:00
Leonard Kim
98e3bcb691
feat(device-selection): new icon for audio output
2018-06-28 14:59:07 -07:00
Leonard Kim
880d3525db
squash: pass class name into filmstrip
2018-06-28 11:06:10 -07:00
Leonard Kim
c958c64ba8
ref(toolbar): remove use-new-toolbox class
...
Very likely I broke something subtle and I'm prepared to fix it.
2018-06-28 11:06:10 -07:00
bgrozev
cc319ad5e9
chore: Updates the callstats lib. ( #3207 )
2018-06-28 17:40:33 +01:00
Saúl Ibarra Corretgé
75b2eb0f99
deps: update lib-jitsi-meet dependency
2018-06-28 13:55:12 +02:00
Saúl Ibarra Corretgé
acb3bd7ad7
feat(BrowserSupport): remove PluginRequiredBrowser
...
WebRTC plugin support has been axed, this is now dead code.
2018-06-28 13:55:12 +02:00
Saúl Ibarra Corretgé
7fcc95c9da
feat(UnsupportedDesktopBrowser): recommend Edge, not IE
2018-06-28 13:55:12 +02:00
Saúl Ibarra Corretgé
87fa8de815
feat(sanity): axe IE and Temasys plugin support 🔥 🔥 🔥
2018-06-28 13:55:12 +02:00
Bettenbuk Zoltan
7164cd49e4
[RN] Implement Recording on mobile
2018-06-28 12:47:50 +02:00
Bettenbuk Zoltan
4ac367d403
[RN] Implement Labels on mobile
2018-06-28 12:47:50 +02:00
Bettenbuk Zoltan
ffd0827354
[RN] Implement Notifications on mobile
2018-06-28 12:47:50 +02:00
Sam Joseph
00f18e9369
doc: minor grammatical fix ( #3202 )
2018-06-28 11:07:47 +02:00
jmacelroy
401c43ee02
fix: Properly setting poltergeist ignore status.
2018-06-27 17:28:20 -05:00
Jacob MacElroy
6ae5adcb3d
Creating a poltergiest library and using in for mod_muc_poltergeist.
2018-06-27 11:59:38 -05:00