Move pkg/ice to internal/ice

Avoid exposing any non-standard API.
This commit is contained in:
Michael MacDonald
2019-03-01 07:39:19 -05:00
parent b8f3e36b00
commit 5084ad3370
29 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ package webrtc
import (
"time"
"github.com/pions/webrtc/pkg/ice"
"github.com/pions/webrtc/internal/ice"
)
// SettingEngine allows influencing behavior in ways that are not