Saúl Ibarra Corretgé
c03fb61c5f
fix(rn,reactions) fix copying sounds to app bundles
3 vuotta sitten
Saúl Ibarra Corretgé
08177af182
fix(rn,amplitude) update Amplitude SDK on RN
Amplitude has gone back to having a separate package for RN, so switch to it.
3 vuotta sitten
Saúl Ibarra Corretgé
0d9af05a4b
chore(rn,versions) bump app and sdk versions
3 vuotta sitten
Saúl Ibarra Corretgé
a4d516ca86
fix(ios) fix deadlock when selecting audio device
In WebRTC M92 the RTCAudioSession lock changed from a recursive one to a regular
mutex one, so make sure we don't attempt to lock it while already holding the
lock.
3 vuotta sitten
tmoldovan8x8
ae33755913
feat(rn,sdk) add setConfigOverride to JitsiMeetConferenceOptions
Allows for overriding any (overridable, of course) config option.
3 vuotta sitten
durduman
1e0c25d816
fix(ios) remove exitPictureInPicture() call from resetBounds(bounds:)
3 vuotta sitten
Saúl Ibarra Corretgé
46cbc0ff49
chore(rn,versions) set mobile app and SDK versions
3 vuotta sitten
Alex Bumbu
af9958ad66
feat(ios) support for destroying & reinitializing the react native bridge
3 vuotta sitten
tmoldovan8x8
25b4887f74
chore(rn): set mobile SDK versions 3.7.0
4 vuotta sitten
tmoldovan8x8
f84f7332b9
chore(rn,versions): set mobile SDK versions
4 vuotta sitten
Saúl Ibarra Corretgé
8cffa5553d
chore(rn,versions) set mobile app and SDK versions
4 vuotta sitten
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 vuotta sitten
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
4 vuotta sitten
tmoldovan8x8
067ff0729e
bugfix(ios): fixes typo on JitsiMeetViewDelegate method
4 vuotta sitten
Saúl Ibarra Corretgé
7656985fe1
chore(rn,versions) bump SDK and apps versions
4 vuotta sitten
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
4 vuotta sitten
luz paz
817d54b0b9
fix(misc) typos
Found via `codespell -q 3 -S ./lang`
4 vuotta sitten
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 vuotta sitten
tmoldovan8x8
399d6b6a4b
chore(version) bumps mobile sdkVersion to 3.2.0
4 vuotta sitten
tmoldovan8x8
67930edae2
chore(ios) remove warnings on JitsiMeetView
4 vuotta sitten
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
4 vuotta sitten
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 vuotta sitten
Saúl Ibarra Corretgé
e5ea96fd4c
feat(rn) update SDK version to 3.1.0
4 vuotta sitten
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
4 vuotta sitten
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
4 vuotta sitten
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages (#8425)
4 vuotta sitten
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 vuotta sitten
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 vuotta sitten
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 vuotta sitten
Saúl Ibarra Corretgé
01345d6d9d
chore(ios) remove references to no longer used files
4 vuotta sitten
sorinant
e261bb5616
feat(ios) added ability to use an external CXProvider and CXCallController
4 vuotta sitten
Saúl Ibarra Corretgé
997c3f75b5
chore(rn) raise SDK and app versions
4 vuotta sitten
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
4 vuotta sitten
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
4 vuotta sitten
Saúl Ibarra Corretgé
4765ab9d63
chore(rn,version) bump app and sdk versions
4 vuotta sitten
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
5 vuotta sitten
Saúl Ibarra Corretgé
2af0c0ba17
rn: bump SDK version to 2.9.0
5 vuotta sitten
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 vuotta sitten
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5 vuotta sitten
Saúl Ibarra Corretgé
62b4c97423
rn: raise SDK version to 2.8.1
5 vuotta sitten
Saúl Ibarra Corretgé
ca5605620a
rn: update versions, apps 20.2, sdk 2.7
5 vuotta sitten
Saúl Ibarra Corretgé
692c6a47b4
rn: now working on versions 20.0 / 2.6
5 vuotta sitten
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 vuotta sitten
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
5 vuotta sitten
Saúl Ibarra Corretgé
af6642b91b
rn: allow for userInfo and token to be set from the SDK
5 vuotta sitten
Saúl Ibarra Corretgé
44970648ea
rn: now working on versions 19.5 / 2.5
5 vuotta sitten
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 vuotta sitten
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 vuotta sitten
Saúl Ibarra Corretgé
63a221212b
ios: add ability to manually toggle WebRTC logging
5 vuotta sitten
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
5 vuotta sitten