feat: ✨ websocket client
This commit is contained in:
parent
3b122dc4f7
commit
978f082146
5 changed files with 166 additions and 146 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue