Hristo Terezov
31d9fb12c8
ref(Filmstrip): Optimize resizes. (#4992)
* ref(Filmstrip): Optimize resizes.
* fix(thumbnails): resize.
* fix(thumbnails): Issue with height 0, width 0.
* doc(Filmstrip): Improve JSDoc.
пре 5 година
Saúl Ibarra Corretgé
ca9ca04d0f
rn,tracks: fix accessing value on undefined object
пре 5 година
Saúl Ibarra Corretgé
5a027f1585
rn,media: avoid creating presenter tracks
When ensureTrack is set to true a track will be created with the given media
type. 'presenter' is not supported on RN.
пре 5 година
Andrei Gavrilescu
ee525ae569
Whitelist audio detection related configs
пре 5 година
horymury
63a411168e
Add `Install chrome extension` banner (#4996)
пре 5 година
Vlad Piersec
ad68a87dba
Add config options for presence & join/leave message visibility
пре 5 година
Jaya Allamsetty
ac0f3979b0
Remove isEdge check from the client
пре 5 година
Mihai Uscat
a18ed3a779
feat(ScreenshotCaptureEffect) Implement.
пре 6 година
theunafraid
c2cf09a2ca
Add conference timer (#4958)
пре 5 година
paweldomas
6c3968a434
ref: remove features/base/conference -> /app cycle
Move call to reloadNow() on CONNECTION_FAILED to
the ./features/app/middleware to avoid importing higher order feature
from the lower level one.
пре 5 година
paweldomas
e8e70d9d27
ref(base/connection/actions.native): JitsiConnection.connect returns void
Do not return anything from JitsiConnection.connect, because it's not
a promise and returns void. Doing so is confusing to the reader.
пре 6 година
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
пре 5 година
Bettenbuk Zoltan
e683d70a18
Add support for avatar status badge (presence)
пре 5 година
Andrei Gavrilescu
4890390ea2
fix action uid name / remove imports
пре 6 година
Andrei Gavrilescu
7828bf8d46
setNoSrcDataNotificationUid
пре 6 година
Andrei Gavrilescu
191da551e3
refactor / address code review
пре 6 година
Andrei Gavrilescu
b125bff7c7
refactor / enable VAD talk while muted
пре 6 година
Andrei Gavrilescu
c494d6c48b
feat: show no audio signal notification
пре 6 година
Jaya Allamsetty
0b25e62c5c
fix: Reuse the existing JitsiLocalTrack on presenter unmute
пре 5 година
Saúl Ibarra Corretgé
36455c24c8
auth: fix rendering error and progress messages
Also removed some no longer used styles.
пре 5 година
Bettenbuk Zoltan
8eb93086bd
fix: set an avatar icon size relative to the container
пре 6 година
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
пре 6 година
Jaya Allamsetty
0a64bf2068
feat(presenter): add Presenter Mode
- Adds the ability to share video as a "PiP" when screenshare is in progress.
- Add a method for creating a local presenter track.
- Make sure isLocalVideoTrackMuted returns the correct mute state when only screenshare is present.
- Make sure we get the updated window size of the window being shared before painting it on the canvas.
- Make sure we check if the shared window has been resized
пре 6 година
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
пре 6 година
Bettenbuk Zoltan
955fa1f49f
fix: undefined is not an object on bitrate
пре 6 година
Bettenbuk Zoltan
8f0a12016a
fix: return room lock conference, when there is no other
пре 6 година
Bettenbuk Zoltan
8bd0da886e
feat: safe decodeURIComponent
пре 6 година
Saúl Ibarra Corretgé
fe2b1f3d9f
rn: refactor aspect ratio and reduced UI detectors
пре 6 година
Boris Grozev
72435dee56
Order fields alphabetically.
пре 6 година
Boris Grozev
42f2eff02a
Whitelists the "stereo" flag.
пре 6 година
Saúl Ibarra Corretgé
c2c323347a
rn: skip logging potentially sensitive data
пре 6 година
Bettenbuk Zoltan
53f01a39c9
feat: private message interface config flag
пре 6 година
Дамян Минков
50f4796144
Adds an option to set email through iframe API init and to stats. (#4842)
* Adds an option to set email through iframe API init and to stats.
* Simplifies configuring email and displayName in stats.
Removes enableStatsID as not needed as when off we are sending as callstats id xmpp resource which is unique per call and id must be something that sticks between calls (callstatsUsername).
* Adds email and displayName in stats config for mobile.
* chore(deps): Updates lib-jitsi-meet to latest dd31f0a .
* Removes enableStatsID from config and whitelist.
пре 6 година
Saúl Ibarra Corretgé
3cd7f0b77d
settings: fix loading disableCallIntegration
пре 6 година
Saúl Ibarra Corretgé
191e530071
uri: avoid using String.prototype.normalize
It crashes on Android. Well, on the JSC version React Native uses on Android.
While we could use this fallback only on Android, we have decided to use it
on all mobile platforms for consistency.
пре 6 година
Hristo Terezov
5da4e43e50
fix(settings): respect configWhitelist
пре 6 година
Hristo Terezov
eae6f7760f
fix(configWhitelist): add startWithAudioMuted.
пре 6 година
Saúl Ibarra Corretgé
36654cb808
rn: disable H.264 on select devices even when not in P2P
iOS 10 crashes, so don't use it there, in any case.
пре 6 година
Saúl Ibarra Corretgé
6d16e087d9
rn: add a new advanced settings section
Currently only 2 options are implemented, mainly aimed at helping troubleshoot
audio related problems:
- Disable native call integration (it disables CallKit / ConnectionService)
- Disable P2P
пре 6 година
Bettenbuk Zoltan
5429b8568e
feat: feature flag for invite functionalities
пре 6 година
paweldomas
26dc6a4ac2
update logger and LJM to support log timestamps
пре 6 година
Mihai Uscat
72bb897269
feat(DownloadOverflowButton): Implement.
пре 6 година
damencho
3e1a008399
Adds copy icon next to the meeting url in info dialog.
пре 6 година
Bettenbuk Zoltan
7e70a8c1de
feat: make mobile chat messages selectable
пре 6 година
Hristo Terezov
8efee04a10
feat(package.json): Node 12 support.
пре 6 година
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
пре 6 година
Hristo Terezov
0a06e256b7
feat(HelpButton): Mobile support.
пре 6 година
Hristo Terezov
f295f60bea
feat(HelpOverflowButton): Implement.
пре 6 година
Saúl Ibarra Corretgé
4a8f787519
rn: evaluate config.js in a sandboxed environment
We are downloading code off the Internet and executing it on the user's device,
so run it sandboxed to avoid potential bad actors.
Since it's impossible to eval() safely in JS and React Native doesn't offer
something akin to Node's vm module, here we are rolling our own.
On Android it uses the Duktape JavaScript engine and on iOS the builtin
JavaScriptCore engine. The extra JS engine is *only* used for evaluating the
downloaded code and returning a JSON string which is then passed back to RN.
пре 6 година
Saúl Ibarra Corretgé
d85b869934
rn: skip loading configured scriptUrls
None of them work on mobile.
пре 6 година