Zoltán Ulrich
9506f3ac3d
fix(ios) Fixes RCTBridge not being released when JitsiMeet is trying to destroy its bridge on some OS versions
4年前
Saúl Ibarra Corretgé
b4f1ab991d
chore(rn,versions) bump app and sdk versions
4年前
Saúl Ibarra Corretgé
4bfbc72613
feat(ios) drop support for iOS 11
4年前
Saúl Ibarra Corretgé
99e56e229d
chore(rn,versions) bump sdk version
4年前
Alex Bumbu
5bd329acb9
feat(ios) update dropbox authentication to PKCE flow
4年前
Saúl Ibarra Corretgé
221cf67d0a
fix(sounds) fix reaction sound names
- Remove unicode charcters from filenames
- Simplify code for copying them to the iOS SDK
4年前
Saúl Ibarra Corretgé
c03fb61c5f
fix(rn,reactions) fix copying sounds to app bundles
4年前
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.
4年前
Saúl Ibarra Corretgé
0d9af05a4b
chore(rn,versions) bump app and sdk versions
4年前
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.
4年前
tmoldovan8x8
ae33755913
feat(rn,sdk) add setConfigOverride to JitsiMeetConferenceOptions
Allows for overriding any (overridable, of course) config option.
4年前
durduman
1e0c25d816
fix(ios) remove exitPictureInPicture() call from resetBounds(bounds:)
4年前
Saúl Ibarra Corretgé
46cbc0ff49
chore(rn,versions) set mobile app and SDK versions
4年前
Alex Bumbu
af9958ad66
feat(ios) support for destroying & reinitializing the react native bridge
4年前
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.
5年前
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.
5年前
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.
5年前
Saúl Ibarra Corretgé
01345d6d9d
chore(ios) remove references to no longer used files
5年前
sorinant
e261bb5616
feat(ios) added ability to use an external CXProvider and CXCallController
5年前
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
6年前
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.
6年前
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
6年前