Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 年前
Horatiu Muresan
a2d0492007
feat(toolbar-buttons) Hide buttons disabled through JWT (#12261)
2 年前
Saúl Ibarra Corretgé
77d687952d
feat(jwt) deprecate and remove enableFeaturesBasedOnToken
The new behavior is as follows:
IF a user has a token and `features` is not set, we treat it as if the
feature was enabled.
IF a user has a token and `features` is set, we check if the feature
name has a value of "true".
`isJwtFeatureEnabled` also provides a way to specify the default value
in case there is no token.
2 年前
Steffen Kolmer
87f6d27fb2
feat(liveStreamting) add configuration to customize streaming dialog
2 年前
Calin Chitu
8a6b6f2942
feat(dialog) start recording/live stream screens, new AlertDialog
3 年前
Horatiu Muresan
197dbfbbcb
feat(toolbar-button-clicked) Enhance toolbar buttons with notify click
- add possibility to allow execution of the button's routine besides triggering
`toolbarButtonClicked` API event
- keep backwards compatibility
- get rid of `ToolbarButton`
3 年前
Saúl Ibarra Corretgé
ce35a88299
fix(breakout-rooms) disable recording and live-streaming
There is currently no way to directly join a breakout room, so Jibri won't know
what to do. This shall be revisited in the future.
3 年前
Horatiu Muresan
1add438a1f
feat(toolbar-buttons): Add event for notify overwritten toolbar buttons
3 年前
Avram Tudor
ea56010e09
feat(jaas) display messages about features that are disabled for jaas… (#9448)
* feat(jaas) display messages about features that are disabled for jaas users
* code review
4 年前
damencho
c2539bf615
feat: Drop buttons tooltips specific to guests.
4 年前
damencho
c007477ee9
fix: Show livestream button only for moderators.
4 年前
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
4 年前
Hristo Terezov
a2c4d17e4d
fix(record):web/mobile match disable functionality
5 年前
Hristo Terezov
ce1de9e1e7
feat(recording): Disable buttons on active session
5 年前
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 年前
Bettenbuk Zoltan
71edea8aac
Rearrange recording feature files
6 年前
Saúl Ibarra Corretgé
843f08f38e
[RN] Don't show a beta label for recordings
6 年前
Дамян Минков
fd30481ac2
Disable buttons only when token features is enabled. Fixes #3355. (#3443)
* Disable buttons only when token features is enabled. Fixes #3355 .
* squash: update disabled check.
* squash: update disabled and disabledByFeatures.
6 年前
Дамян Минков
cd1c384cc8
Enables live-streaming for guests. (#3274)
7 年前
Leonard Kim
f97f294d1a
feat(live-streaming): add beta tag to mobile
7 年前
Bettenbuk Zoltan
5aee082bf9
[RN] Implement streaming on mobile
7 年前
Bettenbuk Zoltan
b48c897d9b
[WEB] Move RecordButton to the new ToolBox abstraction layer
7 年前
Bettenbuk Zoltan
7164cd49e4
[RN] Implement Recording on mobile
7 年前