mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-20 12:37:06 +02:00
progress on server refactor
This commit is contained in:
parent
78af798d68
commit
d497806443
13 changed files with 436 additions and 51 deletions
|
@ -193,8 +193,8 @@ func (m *WebRTCManager) CreatePeer(id string, sdp string) error {
|
|||
}
|
||||
|
||||
if err := session.Send(message.Signal{
|
||||
Message: message.Message{Event: event.SIGNAL_ANSWER},
|
||||
SDP: answer.SDP,
|
||||
Event: event.SIGNAL_ANSWER,
|
||||
SDP: answer.SDP,
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue