log ice state

This commit is contained in:
Zack Scholl 2019-11-13 09:07:41 -08:00
parent c405779a40
commit 336b78eeeb
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ func (c *Client) CreateOfferer(finished chan<- error) (pc *webrtc.PeerConnection
var readyToEnd = false
dc.OnOpen(func() {
log.Debug("data channel is open")
if c.Options.IsSender {
log.Debug("sending file")
pos := uint64(0)