mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-24 14:37:05 +02:00
parent
646e8af042
commit
27740b0af0
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ func (manager *WebRTCManager) CreatePeer(id string, session types.Session) (stri
|
|||
return "", manager.config.ICELite, manager.config.ICEServers, err
|
||||
}
|
||||
|
||||
description, err := connection.CreateOffer(&webrtc.OfferOptions{ICERestart: true})
|
||||
description, err := connection.CreateOffer(nil)
|
||||
if err != nil {
|
||||
return "", manager.config.ICELite, manager.config.ICEServers, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue