Обработка пакетов SDP от клиента
This commit is contained in:
11
socket/struct/connection.go
Normal file
11
socket/struct/connection.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package connection
|
||||
|
||||
import (
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
|
||||
type Connection struct {
|
||||
Identificator string
|
||||
//Подсоединенный сокет
|
||||
Socket *websocket.Conn
|
||||
}
|
||||
Reference in New Issue
Block a user