Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant changes primarily focused on the removal of the E2EE (End-to-End Encryption) functionality and related dependencies from the project. The most important changes include the deletion of E2EE-related files, updates to documentation, and adjustments to package management configurations.
Removal of E2EE Functionality:
examples/e2ee/index.html
: Removed the entire HTML structure for the E2EE test page.examples/e2ee/main.mts
: Removed the main TypeScript file for the E2EE example, including all related classes and methods.packages/e2ee/package.json
: Deleted the package configuration file for the E2EE library, along with all dependencies and scripts.packages/e2ee/rollup.config.mjs
: Removed the Rollup configuration file for building the E2EE library.packages/e2ee/src/sora_e2ee.ts
: Deleted the source file for the E2EE library, including all related types and classes.Documentation Updates:
README.md
: Removed the section on End-to-End Encryption (E2EE).NOTICE.md
: Removed the notice related to the Go Authors and thewasm_exec.js
file.Package Management:
package.json
: Updated thepnpm
package manager version from9.7.1
to9.9.0
.Miscellaneous:
examples/index.html
: Removed the link to the E2EE sample page.