2019-11-17 13:12:40 +00:00
Categories :
- Phone & SMS
License : Apache-2.0
AuthorName : The Jitsi Team at 8x8 and contributors
WebSite : https://jitsi.org/jitsi-meet/
SourceCode : https://github.com/jitsi/jitsi-meet
IssueTracker : https://github.com/jitsi/jitsi-meet/issues
Translation : https://translate.jitsi.org/
Changelog : https://github.com/jitsi/jitsi-meet-release-notes/blob/HEAD/CHANGELOG-MOBILE-APPS.md
AutoName : Jitsi Meet
Description : |-
Jitsi Meet lets you stay in touch with all your teams, be they family, friends,
or colleagues. Instant video conferences, efficiently adapting to your scale.
2020-03-19 22:18:26 +00:00
* Unlimited users : There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.
2019-11-17 13:12:40 +00:00
* No account needed.
* Lock-protected rooms : Control the access to your conferences with a password.
* Encrypted by default.
2020-03-19 22:18:26 +00:00
* High quality : Audio and video are delivered with the clarity and richness of Opus and VP8.
* Web browser ready : No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started.
* 100% open source : Powered by awesome communities from all over the world. And your friends at 8x8.
* Invite by pretty URLs : You can meet at the easy to remember https://example.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names.
2019-11-17 13:12:40 +00:00
(Warning : when using a Jitsi Meet instance, your stream is encrypted on the
network but decrypted on the machine that hosts the bridge.
See [https://github.com/jitsi/jitsi-meet/issues/409#issuecomment-355406112]
for more information.)
RepoType : git
Repo : https://github.com/jitsi/jitsi-meet
Builds :
- versionName : 19.4 .0
versionCode : 190400
commit : android-19.4.1
subdir : android/app
sudo :
2019-11-20 20:13:25 +00:00
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
2019-11-17 13:12:40 +00:00
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
init :
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../../package.json
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- sed -i '/flow-bin/d' ../../package.json
- sed -E -i 's/^.*libflacjs.*$//g' ../../package.json
- export LIBRE_BUILD=true
- npm install
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-community/google-signin/android/build.gradle
gradle :
- yes
rm :
- node_modules/node-sass/vendor
- node_modules/hermes-engine
- node_modules/node-notifier
- node_modules/react-native-webrtc/ios
- node_modules/bplist-parser
- node_modules/css-element-queries
- node_modules/jquery-contextmenu
- node_modules/jQuery-Impromptu
- node_modules/jetifier/lib/*.jar
- node_modules/react-native/template
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
scanignore :
- images/dropboxLogo_square.png
- android/build.gradle
- android/sdk/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/jsc-android
- node_modules/react-native-webrtc
- node_modules/react-native/android
- node_modules/react-native-webview/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
2020-03-27 13:02:34 +00:00
- versionName : 20.0 .3
versionCode : 200300
commit : android-20.0.3
2020-03-27 12:55:51 +00:00
subdir : android/app
sudo :
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
init :
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../../package.json
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- sed -i '/flow-bin/d' ../../package.json
- sed -E -i 's/^.*libflacjs.*$//g' ../../package.json
- export LIBRE_BUILD=true
- npm install
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-community/google-signin/android/build.gradle
gradle :
- yes
rm :
- node_modules/node-sass/vendor
- node_modules/jsc-android
- node_modules/node-notifier
- node_modules/react-native-webrtc/ios
- node_modules/bplist-parser
- node_modules/css-element-queries
- node_modules/jquery-contextmenu
- node_modules/jQuery-Impromptu
- node_modules/jetifier/lib/*.jar
- node_modules/react-native/template
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
scanignore :
- android/build.gradle
- android/sdk/build.gradle
- node_modules/hermes-engine
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webrtc
- node_modules/react-native/android
- node_modules/react-native-webview/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
2020-03-27 13:02:34 +00:00
- versionName : 20.1 .0
versionCode : 201000
commit : android-20.1.0
2020-03-18 10:35:44 +00:00
subdir : android/app
sudo :
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
init :
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../../package.json
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- sed -i '/flow-bin/d' ../../package.json
- sed -E -i 's/^.*libflacjs.*$//g' ../../package.json
- export LIBRE_BUILD=true
- npm install
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-community/google-signin/android/build.gradle
gradle :
- yes
rm :
- node_modules/node-sass/vendor
- node_modules/jsc-android
- node_modules/node-notifier
- node_modules/react-native-webrtc/ios
- node_modules/bplist-parser
- node_modules/css-element-queries
- node_modules/jquery-contextmenu
- node_modules/jQuery-Impromptu
- node_modules/jetifier/lib/*.jar
- node_modules/react-native/template
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
scanignore :
- android/build.gradle
- android/sdk/build.gradle
- node_modules/hermes-engine
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webrtc
- node_modules/react-native/android
- node_modules/react-native-webview/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
2020-04-10 15:54:59 +00:00
- versionName : 20.2 .0
versionCode : 202000
commit : android-20.2.0
subdir : android/app
sudo :
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
init :
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/^.*fabric.*$//g' ../../package.json
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- sed -i '/flow-bin/d' ../../package.json
- sed -E -i 's/^.*libflacjs.*$//g' ../../package.json
- export LIBRE_BUILD=true
- npm install
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-community/google-signin/android/build.gradle
gradle :
- yes
rm :
- node_modules/node-sass/vendor
- node_modules/jsc-android
- node_modules/node-notifier
- node_modules/react-native-webrtc/ios
- node_modules/bplist-parser
- node_modules/css-element-queries
- node_modules/jquery-contextmenu
- node_modules/jQuery-Impromptu
- node_modules/jetifier/lib/*.jar
- node_modules/react-native/template
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
scanignore :
- android/build.gradle
- android/sdk/build.gradle
- node_modules/hermes-engine
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webrtc
- node_modules/react-native/android
- node_modules/react-native-webview/android/build.gradle
- node_modules/@react-native-community/google-signin/android/build.gradle
2019-11-17 13:12:40 +00:00
MaintainerNotes : |-
2019-11-20 20:13:25 +00:00
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
- React Native
- WebRTC
2020-03-18 10:35:44 +00:00
- Hermes (JS engine, required by React Native)
2019-11-20 20:13:25 +00:00
Jitsi Meet is fully funded by 8x8 and does not take donations.
2019-11-17 13:12:40 +00:00
AutoUpdateMode : None
2020-03-18 10:35:44 +00:00
UpdateCheckMode : Tags ^android-[0-9.]*$
2020-04-10 15:54:59 +00:00
CurrentVersion : 20.2 .0
CurrentVersionCode : 202000