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…
Reference in a new issue