mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-14 16:52:47 +02:00
ability to use ICE or ICELite
This commit is contained in:
parent
853dd14386
commit
04033b664b
9 changed files with 112 additions and 69 deletions
|
@ -7,10 +7,14 @@ import (
|
|||
)
|
||||
|
||||
type Peer struct {
|
||||
id string
|
||||
manager *WebRTCManager
|
||||
connection *webrtc.PeerConnection
|
||||
mu sync.Mutex
|
||||
id string
|
||||
api *webrtc.API
|
||||
engine *webrtc.MediaEngine
|
||||
manager *WebRTCManager
|
||||
settings *webrtc.SettingEngine
|
||||
connection *webrtc.PeerConnection
|
||||
configuration *webrtc.Configuration
|
||||
mu sync.Mutex
|
||||
}
|
||||
|
||||
func (peer *Peer) SignalAnswer(sdp string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue