forked from jitsi/jitsi-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# jitsi-utils | ||
A set of basic Java/Kotlin utilities used in jitsi projects. | ||
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 not 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. |