This commit is contained in:
Zack Scholl 2019-11-19 15:59:28 -08:00
parent 511ad0e49e
commit 99559e1b6d
1 changed files with 2 additions and 2 deletions

View File

@ -350,11 +350,11 @@ func (c *Client) CreateOfferer(finished chan<- error) (pc *webrtc.PeerConnection
// ordered := true
// maxRetransmits := uint16(0)
// var id uint16 = 5
var id uint16 = 5
options := &webrtc.DataChannelInit{
// Ordered: &ordered,
// MaxRetransmits: &maxRetransmits,
// ID: &id,
ID: &id,
}
sendMoreCh := make(chan struct{})