This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/jellyfish-dev/membrane-we…
…brtc-android into incubo4u/fix-metadata-handling
- Loading branch information
Showing
43 changed files
with
2,046 additions
and
1,667 deletions.
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,13 +1,16 @@ | ||
[*.{kt,kts}] | ||
ktlint_disabled_rules = no-wildcard-imports,filename | ||
ktlint_standard_no-wildcard-imports = disbaled | ||
ktlint_standard_filename = disabled | ||
ktlint_standard_function-naming = disabled | ||
ktlint_standard_property-naming = disabled | ||
ij_kotlin_allow_trailing_comma = false | ||
ij_kotlin_allow_trailing_comma_on_call_site = false | ||
ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^ | ||
ij_kotlin_packages_to_use_import_on_demand = java.util.*,kotlinx.android.synthetic.** | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
ktlint_code_style = official | ||
ktlint_code_style = ktlint_official | ||
ktlint_ignore_back_ticked_identifier = false | ||
ktlint_standard_no-wildcard-imports= disabled | ||
max_line_length = 120 |
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
415 changes: 216 additions & 199 deletions
415
MembraneRTC/src/main/java/org/membraneframework/rtc/MembraneRTC.kt
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.