Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

サヨナラ E2EE #549

Merged
merged 11 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
node_modules
npm-debug.log
wasm.wasm
packages/e2ee/dist
packages/e2ee/_worker
apidoc/
.log/
dist/
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## develop

- [UPDATE] メッセージングの compress で fflate を利用せず decompressionStream API を利用するようにする
- @voluntas
- [CHANGE] E2EE 機能を削除する

### misc

Expand Down
33 changes: 0 additions & 33 deletions NOTICE.md

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ $ pnpm exec playwright install chromium --with-deps
$ pnpm run e2e-test
```

## E2EE (End to End Encryption) について

詳細については以下をご確認ください。

[WebRTC SFU Sora 向け E2EE ライブラリ](https://github.com/shiguredo/sora-e2ee)

## マルチトラックについて

[WebRTC SFU Sora](https://sora.shiguredo.jp) は 1 メディアストリームにつき 1 音声トラック、
Expand Down
31 changes: 0 additions & 31 deletions examples/e2ee/index.html

This file was deleted.

167 changes: 0 additions & 167 deletions examples/e2ee/main.mts

This file was deleted.

1 change: 0 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<li><a href="/simulcast/">サイマルキャスト配信/視聴サンプル</a></li>
<li><a href="/messaging/">メッセージングサンプル</a></li>
<li><a href="/sendonly_audio_bit_rate/">送信音声ビットレートサンプル</a></li>
<li><a href="/e2ee/">E2EE配信視聴サンプル</a></li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"dependencies": {
"sora-js-sdk": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@playwright/test": "1.46.1",
"typedoc": "0.26.6",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite": "5.4.3",
"vitest": "2.0.5"
},
"resolutions": {
"get-pkg-repo": "5.0.0"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18"
}
Expand Down
29 changes: 0 additions & 29 deletions packages/e2ee/package.json

This file was deleted.

39 changes: 0 additions & 39 deletions packages/e2ee/rollup.config.mjs

This file was deleted.

Loading