tmoldovan8x8
25b4887f74
chore(rn): set mobile SDK versions 3.7.0
4 年之前
tmoldovan8x8
f84f7332b9
chore(rn,versions): set mobile SDK versions
4 年之前
Saúl Ibarra Corretgé
8cffa5553d
chore(rn,versions) set mobile app and SDK versions
4 年之前
Saúl Ibarra Corretgé
8477ae8daa
feat(ios) add ability to set CallKit options for incoming calls
The implemented options are the call handle and UUID.
4 年之前
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
4 年之前
tmoldovan8x8
067ff0729e
bugfix(ios): fixes typo on JitsiMeetViewDelegate method
4 年之前
Saúl Ibarra Corretgé
7656985fe1
chore(rn,versions) bump SDK and apps versions
4 年之前
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
4 年之前
luz paz
817d54b0b9
fix(misc) typos
Found via `codespell -q 3 -S ./lang`
4 年之前
Alex Bumbu
508f1e0da9
feat(iOS): screensharing support
The Jitsi team would like to thank @AliKarpuzoglu , @linuxpi and The Hopp Foundation for the initial effort and help throughout.
4 年之前
tmoldovan8x8
399d6b6a4b
chore(version) bumps mobile sdkVersion to 3.2.0
4 年之前
tmoldovan8x8
67930edae2
chore(ios) remove warnings on JitsiMeetView
4 年之前
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
4 年之前
tmoldovan8x8
ef6b641802
bugfix(ios) changes the participantInfo completion handler reference to strong.
When the method was called from Swift they were collected before calling them.
4 年之前
Saúl Ibarra Corretgé
e5ea96fd4c
feat(rn) update SDK version to 3.1.0
4 年之前
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
4 年之前
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
4 年之前
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages (#8425)
4 年之前
tmoldovan8x8
5ef60c3a7d
[WIP] adds BroadcastService (#8336)
feat(external_api) exposes more events from JS to native and adds the ability to send actions from native to JS.
4 年之前
Saúl Ibarra Corretgé
687a6c31ee
feat(analytics) unify Amplitude handlers across web and mobile
The amplitude-js library gained React Native support so there is no need to keep
separate implementations.
4 年之前
Saúl Ibarra Corretgé
99ac60ed74
feat(ios) rename SDK target to JitsiMeetSDK
Swift has a longstanding bug where a framework and a type cannot be named the
same. We have somehow managed to not run into this, but it now seems to be
hitting us.
Since this is a breaking change, this starts the road for SDK 3.0.
4 年之前
Saúl Ibarra Corretgé
01345d6d9d
chore(ios) remove references to no longer used files
4 年之前
sorinant
e261bb5616
feat(ios) added ability to use an external CXProvider and CXCallController
4 年之前
Saúl Ibarra Corretgé
997c3f75b5
chore(rn) raise SDK and app versions
5 年之前
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
5 年之前
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
5 年之前
Saúl Ibarra Corretgé
4765ab9d63
chore(rn,version) bump app and sdk versions
5 年之前
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
5 年之前
Saúl Ibarra Corretgé
2af0c0ba17
rn: bump SDK version to 2.9.0
5 年之前
Saúl Ibarra Corretgé
64d74852e0
ios: fix PiP window sshowing conference controls
The dynamic size of it was causing trouble. Fix it by setting a fixed PiP window
size (150px) which makes it consisstent with what we have on Android.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6562
5 年之前
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5 年之前
Saúl Ibarra Corretgé
62b4c97423
rn: raise SDK version to 2.8.1
5 年之前
Saúl Ibarra Corretgé
ca5605620a
rn: update versions, apps 20.2, sdk 2.7
5 年之前
Saúl Ibarra Corretgé
692c6a47b4
rn: now working on versions 20.0 / 2.6
5 年之前
Saúl Ibarra Corretgé
4ebab6f9c0
ios: fix SDK build after dropping iOS 10
Since we only support iOS 11, 32 bit architectures must not be built.
5 年之前
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
6 年之前
Saúl Ibarra Corretgé
af6642b91b
rn: allow for userInfo and token to be set from the SDK
6 年之前
Saúl Ibarra Corretgé
44970648ea
rn: now working on versions 19.5 / 2.5
6 年之前
Saúl Ibarra Corretgé
ad0064993d
ios: enable Swift mobule stability for the SDK target
Supersedes: https://github.com/jitsi/jitsi-meet/pull/4818
Fixes: https://github.com/jitsi/jitsi-meet/issues/4812
6 年之前
Saúl Ibarra Corretgé
458d4acd22
ios: use the "new" Xcode build system
It was introduced in Xcode 9 and made the default in Xcode 10. We were forcing
the use of the legacy version, which doesn't support some new features that we
wish to enable, such as building the SDK for distribution.
6 年之前
Saúl Ibarra Corretgé
63a221212b
ios: add ability to manually toggle WebRTC logging
6 年之前
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
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é
ab4b6be9d7
rn: throw exception if default conference options set the room
See: https://github.com/jitsi/jitsi-meet/issues/4720
6 年之前
Djorkaeff Alexandre
11d3a343e5
ios: use iPhone 8 simulator when archiving JitsiMeet framework
It's available on both Xcode 10 and 11.
6 年之前
Saúl Ibarra Corretgé
a6d3b09796
ios: support building with Xcode 11
6 年之前
Saúl Ibarra Corretgé
ac06892bb4
android,ios: now working on versions 19.4 / 2.4
6 年之前
Saúl Ibarra Corretgé
7d972a50f2
ios: set logger subsystem and category
The subsystem is set to the bundle ID and the category to "JitsiMeetSDK".
6 年之前
Saúl Ibarra Corretgé
00c8409e31
ios,android: update SDK version to 2.3.0
6 年之前
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
6 年之前