print md5s

This commit is contained in:
Zack Scholl 2019-11-19 16:21:18 -08:00
parent e4e982cf31
commit 02b751cae2
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ func (c *Client) CreateOfferer(finished chan<- error) (pc *webrtc.PeerConnection
sendMoreCh := make(chan struct{})
// Create a datachannel with label 'data'
dc, err := pc.CreateDataChannel("data", nil)
dc, err := pc.CreateDataChannel("data1098", nil)
if err != nil {
log.Error(err)
return