feat: websocket

This commit is contained in:
Ahmet Kaan Gümüş 2025-04-22 04:19:52 +03:00
parent 3b122dc4f7
commit 90c95c3744
5 changed files with 166 additions and 146 deletions

View file

@ -12,6 +12,9 @@ web-sys = { version = "0.3.77", features = [
"AudioBuffer",
"AudioBufferSourceNode",
"AudioContext",
"BinaryType",
"ErrorEvent",
"MessageEvent",
"HtmlAudioElement",
"MediaDevices",
"MediaStream",
@ -31,6 +34,7 @@ web-sys = { version = "0.3.77", features = [
"RtcSdpType",
"RtcSessionDescription",
"RtcSessionDescriptionInit",
"WebSocket",
"Window",
] }
protocol = { path = "../protocol" }