Update import paths

Add /v2 to import paths everywhere
This commit is contained in:
Sean DuBois
2019-04-07 02:12:02 -07:00
parent cb6d67aecf
commit dbde6114a2
32 changed files with 54 additions and 54 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/pion/datachannel"
"github.com/pion/logging"
"github.com/pion/webrtc/pkg/rtcerr"
"github.com/pion/webrtc/v2/pkg/rtcerr"
)
const dataChannelBufferSize = 16384 // Lowest common denominator among browsers