Hristo Terezov
d388a7bd3c
feat(reload): Preserve local track mute state.
5年前
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
5年前
Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
5年前
Bettenbuk Zoltan
0f4369a9a9
ref: AddPeopleDialog to JitsiModal
5年前
Bettenbuk Zoltan
0c2e13a453
ref: DialInSummary to JitsiModal
5年前
Tim Ruffing
b8963629bf
Pass upper case country codes to i18n-iso-countries
Related to #5697 .
5年前
Saúl Ibarra Corretgé
c5e693f14a
rn,invite: use custom clear button also on iOS
Otherwise it won't be visible if Dark Mode is enabled.
5年前
Saúl Ibarra Corretgé
a9da047d3a
rn,invite: fix bottom padding on AddPeopleDialog on Android
5年前
Saúl Ibarra Corretgé
de6c7e0117
rn,invite: add share button to add people dialog
5年前
Saúl Ibarra Corretgé
cdc14586de
invite: remove duplicated code
Add ability to invite users which will use the share sheet or dialog
dynamically.
5年前
Saúl Ibarra Corretgé
8cd881945a
invite: merge InviteButton and InfoDialogButton on mobile
5年前
Hristo Terezov
bd8a7edbd2
fix(optimise): mapStateToProps for some components (#5085)
5年前
Saúl Ibarra Corretgé
8fd0f56be7
info-dialog: don't show when a SIP gateway joins alone
5年前
Andrei Gavrilescu
ed5351d250
Add dial-in link to no audio notification (#5026)
* Add dial-in link to no audio notification
* refactor react link component
* fix tests
5年前
Saúl Ibarra Corretgé
01abc4e8a8
lint: fix warning
5年前
Vlad Piersec
ab5627212d
Add ability to invite contact by phone number
5年前
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
5年前
Bettenbuk Zoltan
e683d70a18
Add support for avatar status badge (presence)
5年前
Bettenbuk Zoltan
5429b8568e
feat: feature flag for invite functionalities
5年前
damencho
3e1a008399
Adds copy icon next to the meeting url in info dialog.
5年前
Saúl Ibarra Corretgé
c5cd4f534c
dial-in-summary: center the loading indicator
5年前
Bettenbuk Zoltan
c472537ecf
update RN to 61
5年前
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5年前
Saúl Ibarra Corretgé
2aea24ffad
dial-in-info: fix bundle bloat
The direct import sidesteps many chained-effect imports, halving the bundle
size.
5年前
Bettenbuk Zoltan
a93bd422d3
feat: new invite layout
5年前
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5年前
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5年前
damencho
21fb225726
Adds a retry logic when fetching conference numbers and pin.
5年前
damencho
75ab890707
Uses the wrapped fetch from base/util.
5年前
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
5年前
Bettenbuk Zoltan
5b25e02e26
feat: use dialog instead of alert when inviting
5年前
virtuacoplenny
249dd7b8b8
fix(invite): decode the meeting name (#4411)
* fix(invite): decode the meeting name
* squash: try to make mobile join same encoded meeting name as web
* Decodes and generated texts for share and copy meeting info.
Decodes in all cases except when it contains a space, as it will generate wrong links when pasted/shared in external applications.
5年前
Bettenbuk Zoltan
42814eac7d
feat: add icon based avatar and icon for pstn
5年前
Дамян Минков
625d268373
Room lock update (#4394)
* Adds a notification when remote lock happens.
* Updates translations.
Removes unused strings and extracts room password to separate translation, to be able to change it when deployment uses only digits.
* Formats the conference pin when showing it.
* Removes member from translation in favour of participant.
* Updates formatting of the pin.
* Adds a notification when password is remotely removed.
5年前
Saúl Ibarra Corretgé
1baa85b649
rn: hide invite button if the functionality is not available
5年前
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
5年前
Bettenbuk Zoltan
d7483f07e3
feat: add possibility to clear invite search field
5年前
Дамян Минков
08c4933c1b
Fixes inviting more than one participant (#4352)
* Fixes inviting more than one participant.
* Shows a notification when participants are invited.
* Adds support for both .id and .user_id props for people query results.
5年前
Дамян Минков
64eb4b5609
Updates start silent, turning on startWithAudioMuted and few UI tweaks. (#4314)
* Updates start silent, turning on startWithAudioMuted and few UI tweaks.
Disabled mic unmute button and removes remote participants volume slider.
* Adds analytics for start silent.
* Removes extra semi colon.
* Updates lib-jitsi-meet and updates meeting info text.
5年前
Bettenbuk Zoltan
ce6f7308ad
fix: avoid keyboard with search results list
5年前
Bettenbuk Zoltan
bf99051885
fix: invite search result sorting
5年前
Bettenbuk Zoltan
7234ca69c8
feat: invite field autofocus
5年前
Bettenbuk Zoltan
ae965877f3
fix: invite list needs double tap to select
5年前
Bettenbuk Zoltan
def22b01bb
fix: set explicit color for search field to avoid theme override
6年前
Дамян Минков
d16e10baec
room-lock: adds ability to allow only digits for room locking
6年前
Дамян Минков
f5ac18da18
Add option to allow guest(moderators) to add a room password
6年前
damencho
9bde673397
Updates copy info with parltcipant name info if available.
6年前
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
6年前
Bettenbuk Zoltan
3eca67e1ad
rn: add HeaderWithNavigation component
6年前
damencho
0ec4e6a805
Makes numbers clickable on the more numbers page when opened on mobile.
6年前