Revert "Move ICE package from public to internal folder structure"

ICE Package needs to be public for peerConnection.OnICEConnectionStateChange

This reverts commit b831f87d28.
This commit is contained in:
Sean DuBois
2018-08-16 10:10:29 -07:00
parent 7ff21d0d13
commit 78b6a76cc5
15 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import (
"os"
"github.com/pions/webrtc"
"github.com/pions/webrtc/internal/ice"
"github.com/pions/webrtc/pkg/ice"
)
func main() {