https://github.com/jitsi/jitsi-utils
A set of basic Java/Kotlin utilities used in Jitsi projects.
https://github.com/jitsi/jitsi-utils
Last synced: 6 months ago
JSON representation
A set of basic Java/Kotlin utilities used in Jitsi projects.
- Host: GitHub
- URL: https://github.com/jitsi/jitsi-utils
- Owner: jitsi
- License: apache-2.0
- Created: 2019-03-19T08:55:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T20:41:54.000Z (6 months ago)
- Last Synced: 2025-07-02T21:34:51.854Z (6 months ago)
- Language: Java
- Homepage:
- Size: 1.65 MB
- Stars: 19
- Watchers: 15
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# jitsi-utils
This project contains a set of basic Java utilities used in Jitsi
projects.
The aim is to reduce the interdependency between the different Jitsi
projects. For example, we used to place code which needed to be shared
between ice4j, libjitsi and jitsi-media-transform in ice4j. This was
not great, because neither libjitsi nor jitsi-media-transform need
to depend on ice4j.
This project's external dependencies should be kept to a minimum, and
it should NOT depend on any other Jitsi project.