mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-11 08:07:31 +02:00
signal provide upon request WS.
This commit is contained in:
parent
2e090eb54d
commit
743ab2bf6a
4 changed files with 4 additions and 7 deletions
|
@ -7,11 +7,6 @@ import (
|
|||
)
|
||||
|
||||
func (h *MessageHandlerCtx) SessionCreated(session types.Session) error {
|
||||
// send sdp and id over to client
|
||||
if err := h.signalProvide(session); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue