tmoldovan8x8
f84f7332b9
chore(rn,versions): set mobile SDK versions
преди 3 години
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
преди 4 години
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
преди 4 години
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
преди 4 години
Saúl Ibarra Corretgé
4765ab9d63
chore(rn,version) bump app and sdk versions
преди 4 години
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
преди 4 години
Saúl Ibarra Corretgé
2af0c0ba17
rn: bump SDK version to 2.9.0
преди 4 години
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
преди 5 години
Saúl Ibarra Corretgé
af6642b91b
rn: allow for userInfo and token to be set from the SDK
преди 5 години
Saúl Ibarra Corretgé
44970648ea
rn: now working on versions 19.5 / 2.5
преди 5 години
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
преди 5 години
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.
преди 5 години
Saúl Ibarra Corretgé
63a221212b
ios: add ability to manually toggle WebRTC logging
преди 5 години
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
преди 5 години
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.
преди 5 години
Saúl Ibarra Corretgé
ab4b6be9d7
rn: throw exception if default conference options set the room
See: https://github.com/jitsi/jitsi-meet/issues/4720
преди 5 години
Djorkaeff Alexandre
11d3a343e5
ios: use iPhone 8 simulator when archiving JitsiMeet framework
It's available on both Xcode 10 and 11.
преди 5 години
Saúl Ibarra Corretgé
a6d3b09796
ios: support building with Xcode 11
преди 5 години
Saúl Ibarra Corretgé
ac06892bb4
android,ios: now working on versions 19.4 / 2.4
преди 5 години
Saúl Ibarra Corretgé
7d972a50f2
ios: set logger subsystem and category
The subsystem is set to the bundle ID and the category to "JitsiMeetSDK".
преди 5 години
Saúl Ibarra Corretgé
00c8409e31
ios,android: update SDK version to 2.3.0
преди 5 години
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
преди 5 години
Saúl Ibarra Corretgé
27205e3119
ios: divert RN logs to our logger
преди 5 години