Saúl Ibarra Corretgé
7a7937c072
fix(ios,version) versions must match
4 yıl önce
Saúl Ibarra Corretgé
ed6e75b241
fix(ios) add local network usage description for iOS 14
4 yıl önce
Saúl Ibarra Corretgé
312949eef6
ios: update Crashlytics dependency
4 yıl önce
Saúl Ibarra Corretgé
eaa715879a
rn: update versions
4 yıl önce
Saúl Ibarra Corretgé
f32140c4b7
rn: set default resolution to 360p (experiment)
4 yıl önce
Saúl Ibarra Corretgé
b7f1f3c659
ios: try to leave the meeting when the app is terminating
Fixes: https://github.com/jitsi/jitsi-meet/issues/6665
5 yıl önce
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
5 yıl önce
Saúl Ibarra Corretgé
afe1b4b0f9
rn: now working on 20.3
5 yıl önce
Saúl Ibarra Corretgé
ca5605620a
rn: update versions, apps 20.2, sdk 2.7
5 yıl önce
Saúl Ibarra Corretgé
7446e6165e
rn: now working on version 20.1
5 yıl önce
Saúl Ibarra Corretgé
692c6a47b4
rn: now working on versions 20.0 / 2.6
5 yıl önce
Saúl Ibarra Corretgé
44970648ea
rn: now working on versions 19.5 / 2.5
5 yıl önce
Saúl Ibarra Corretgé
ac06892bb4
android,ios: now working on versions 19.4 / 2.4
5 yıl önce
Saúl Ibarra Corretgé
6383d000a9
rn: raise version to 19.3
5 yıl önce
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
6 yıl önce
Saúl Ibarra Corretgé
cf7b10d53d
feature-flags: initial implementation
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been
converted to feature flags.
6 yıl önce
Saúl Ibarra Corretgé
9352517705
ios: always log delegate method calls
6 yıl önce
Saúl Ibarra Corretgé
bf7b1c5cfc
rn: add support for alpha.jitsi.net
6 yıl önce
Saúl Ibarra Corretgé
85388b8d23
ios: handle some corner cases with Firebase Dynamic Links
- handle some weird bug
(https://github.com/firebase/firebase-ios-sdk/issues/233 )
- use a common function to extract the URL off a dynamic link
6 yıl önce
Saúl Ibarra Corretgé
6bf962817b
ios: add a CallKit icon
The SDK will now search for an asset called "CallKitIcon" on the main bundle,
and fallback to a built-in asset it it's not there, allowing SDK users to
customize it by just adding asset with that name.
6 yıl önce
Saúl Ibarra Corretgé
21c0745504
android,ios: now working on version 19.2
6 yıl önce
Saúl Ibarra Corretgé
f662edd135
ios: don't bundle a dummy GoogleService-Info.plist file
It complicates automated builds.
6 yıl önce
Saúl Ibarra Corretgé
d39290f9fa
rn: refactor conference events
Consolidate all failure cases into a single one: CONFERENCE_TERMINATED. If the
conference ended gracefully no error indicator will be present, otherwise there
will be.
6 yıl önce
Saúl Ibarra Corretgé
aedcfba263
ios: introduce JitsiMeetConferenceOptions
6 yıl önce
Saúl Ibarra Corretgé
549b495d16
ios: add initial implementation of join / leave
6 yıl önce
Saúl Ibarra Corretgé
f3abca6462
ios: add ability to control deep / universal linking
Since the SDK may be embedded with other apps, we need to recognize our custom
URL scheme and universal links in order to tell the user if we will process the
request or not.
Make them configurable with sane defaults.
6 yıl önce
Saúl Ibarra Corretgé
dbc88b972e
ios: SDK v2 pass one
- cleanup
- API simplification (single loadURL method)
- JitsiMeet singleton for linking helpers and globals
- Linking moved to app
6 yıl önce
Saúl Ibarra Corretgé
3f2a559d64
rn: now working on version 19.1
6 yıl önce
Saúl Ibarra Corretgé
5f7a515610
rn: drop {AddPeople,Invite}Controller
We are going to implement the invite dialog *inside* the SDK, so there is no
need to have all this machinery anymore.
6 yıl önce
Saúl Ibarra Corretgé
14990a427a
rn: set version to 19.0.0
This marks our switch to CalVer: http://calver.org/
Major: year
Minor: release number
Patch: build (in case we need to retry)
6 yıl önce
Saúl Ibarra Corretgé
f7134722d0
ios: let the system reorder the file
6 yıl önce
Saúl Ibarra Corretgé
d8fa52fcaf
ios: use a proper URL scheme placeholder
No caps are allowed, so this would trigger a rejection when uploading to
TestFlight.
6 yıl önce
Saúl Ibarra Corretgé
889644f7bd
[iOS] Add support for Siri shortcuts
This is mostly implemented in the app, with the needed support in the SDK. Since
the app needs to donate intents and deal with creating NSUserActivity objects it
doesn't feel right to do this in a library. Instead, we donate the intents from
the app, but the SDK is ready to extract conference URLs from any intent which
was registered as a conference activity.
This also opens the door for eventually adding Handoff support.
6 yıl önce
Saúl Ibarra Corretgé
148d4ebb90
rn: add Firebase integration
This is done at the app level, not the SDK.
Currently 2 Firebase services are used:
- Crashlytics
- Dynamic Links
They are enabled in tandem, if the appropriate Google services file
(GoogleService-Info.plist on iOS or google-services.json on Android) is found.
Each service needs to be individually enabled in the Firebase console.
6 yıl önce
Saúl Ibarra Corretgé
7e231c2826
ios: fix compilation warning
6 yıl önce
Saúl Ibarra Corretgé
65519ec926
rn: drop support for beta.meet.jit.si over HTTP
It doesn't add any value, by default HTTP is not supported unless an exception
is added, plus it doesn't work in browsers at all.
6 yıl önce
Saúl Ibarra Corretgé
e5c9c69ec9
ios: drop iOS 9 support
WebRTC no longer actively fixes iOS 9 issues.
6 yıl önce
Saúl Ibarra Corretgé
d48bef6c11
ios: set version to 1.21
6 yıl önce
hristoterezov
467452d110
fix(deeplinking): After braking it with the dropbox implementation.
6 yıl önce
hristoterezov
38517127c3
feat(dropbox): Implement react-native module.
6 yıl önce
Bettenbuk Zoltan
d10d61fb7a
[RN] Add Google Sign In to live streaming
6 yıl önce
Lyubo Marinov
0d3fac7c0f
[RN] Change default WelcomeScreen tab and persist user choice (coding style)
6 yıl önce
Lyubo Marinov
75c7cfd9e1
Coding style: comments, formatting, sorting order
7 yıl önce
Saúl Ibarra Corretgé
ef7fb1a7b0
[RN] Make all delegate / listener methods run in the main / UI thread
7 yıl önce
Lyubo Marinov
7ffdaf59c7
[RN] Add an example how to consume the public SDK invite API
7 yıl önce
Lyubo Marinov
85612b9ae1
[iOS] Namespace the public API of the feature invite
7 yıl önce
Saúl Ibarra Corretgé
0bad2dffb4
[iOS] Dybamically enable addPeopleEnabled / dialOutEnabled
If the beginAddPeople delegate method is implemented, and they haven't been
explicitly set to NO, they willbe YES.
7 yıl önce
Lyubo Marinov
effd3728b6
[RN] add support for inviting participants during a call on mobile (2)
7 yıl önce
zbettenbuk
6586be9a8e
Fix plist file formatting
7 yıl önce
Daniel Ornelas
5858859838
Addressing feedback from PR
7 yıl önce