mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 10:22:35 +02:00
refactor progress
This commit is contained in:
parent
d497806443
commit
8ba1b68a21
55 changed files with 4899 additions and 761 deletions
|
@ -11,7 +11,7 @@ type Session struct {
|
|||
ID string `json:"id"`
|
||||
Name string `json:"username"`
|
||||
Admin bool `json:"admin"`
|
||||
Muted bool `json:"-"`
|
||||
Muted bool `json:"muted"`
|
||||
connected bool
|
||||
socket *websocket.Conn
|
||||
peer *webrtc.PeerConnection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue